Skip to content

Commit

Permalink
arxiv: use arxiv.org urls
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Oct 29, 2024
1 parent ff47b1c commit 7b522ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inspirehep/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1232,9 +1232,9 @@
"CERN": "CDS Hidden",
"FERMILAB": "Fermilab"
}
ARXIV_PDF_URL = "http://export.arxiv.org/pdf/{arxiv_id}"
ARXIV_PDF_URL_ALTERNATIVE = "http://arxiv.org/pdf/{arxiv_id}"
ARXIV_TARBALL_URL = "http://export.arxiv.org/e-print/{arxiv_id}"
ARXIV_PDF_URL = "https://arxiv.org/pdf/{arxiv_id}"
ARXIV_PDF_URL_ALTERNATIVE = "https://export.arxiv.org/pdf/{arxiv_id}"
ARXIV_TARBALL_URL = "https://arxiv.org/e-print/{arxiv_id}"

ARXIV_CATEGORIES = {
'core': [
Expand Down

0 comments on commit 7b522ea

Please sign in to comment.