> The "ads" example in "Link abbreviations" will soon become outdated.
> http://adsabs.harvard.edu states:
> "ADS Classic will be deprecated in May 2019 and retired in October
> 2019. Please redirect your searches to the new ADS modern form or the
> classic form. More info can be found on our blog."

The attached patch should change the example to work with the new ADS.

Josiah


>From fa9508954d8a4e2b4bafe8d59723df081e00b44c Mon Sep 17 00:00:00 2001
From: Josiah Schwab <jsch...@gmail.com>
Date: Fri, 10 May 2019 08:12:39 -0700
Subject: [PATCH] org-manual: Update ADS link abbreviation example

* doc/org-manual.org (Link Abbreviations): Change URL.

Reported-by: Alain Kalker <a.c.kal...@gmail.com>
<http://lists.gnu.org/r/emacs-orgmode/2019-05/msg00083.html>

TINYCHANGE
---
 doc/org-manual.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 73c778753..15483490b 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -3494,7 +3494,7 @@ replacement text.  Here is an example:
         ("google"    . "http://www.google.com/search?q=";)
         ("gmap"      . "http://maps.google.com/maps?q=%s";)
         ("omap"      . "http://nominatim.openstreetmap.org/search?q=%s&polygon=1";)
-        ("ads"       . "http://adsabs.harvard.edu/cgi-bin/nph-abs_connect?author=%s&db_key=AST";)))
+        ("ads"       . "https://ui.adsabs.harvard.edu/search/q=%20author%3A\"%s\"";)))
 #+end_src
 
 If the replacement text contains the string =%s=, it is replaced with
-- 
2.21.0

Reply via email to