Skip to content

Commit

Permalink
Zenodo DOI now returning https://zenodo.org/records/ instead of https…
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 15, 2023
1 parent 1fc8f19 commit fc7de27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion repo2docker/contentproviders/zenodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def __init__(self):
"hostname": [
"https://sandbox.zenodo.org/record/",
"http://sandbox.zenodo.org/record/",
"http://sandbox.zenodo.org/records/",
],
"api": "https://sandbox.zenodo.org/api/records/",
"files": "links.files",
Expand All @@ -31,7 +32,11 @@ def __init__(self):
"type": "metadata.upload_type",
},
{
"hostname": ["https://zenodo.org/record/", "http://zenodo.org/record/"],
"hostname": [
"https://zenodo.org/record/",
"http://zenodo.org/record/",
"https://zenodo.org/records/",
],
"api": "https://zenodo.org/api/records/",
"files": "links.files",
"filepath": "entries",
Expand Down

0 comments on commit fc7de27

Please sign in to comment.