gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master efe8970: Options: --cite now uses new ADS URL


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master efe8970: Options: --cite now uses new ADS URL in bibtex output
Date: Sun, 6 Oct 2019 22:57:46 -0400 (EDT)

branch: master
commit efe8970d25c8d81e6721d38df50ba141434e3e3f
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Options: --cite now uses new ADS URL in bibtex output
    
    Until now it was using the old URL which has been depreciated and is no
    longer maintained. So it was necessary to use the new one.
---
 lib/options.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/options.c b/lib/options.c
index 48a0a14..4943d28 100644
--- a/lib/options.c
+++ b/lib/options.c
@@ -270,7 +270,7 @@ gal_options_print_citation(struct argp_option *option, char 
*arg,
     "        eid = {1},\n"
     "      pages = {1},\n"
     "        doi = {10.1088/0067-0049/220/1/1},\n"
-    "     adsurl = {http://adsabs.harvard.edu/abs/2015ApJS..220....1A},\n";
+    "     adsurl = {https://ui.adsabs.harvard.edu/abs/2015ApJS..220....1A},\n";
     "    adsnote = {Provided by the SAO/NASA Astrophysics Data System}\n"
     "  }";
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]