Skip to content

Commit

Permalink
Merge branch 'main' into remove-pandas-fix-checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jun 24, 2024
2 parents d2fe9dc + 9abbe92 commit 22f4a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahugger/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def API_URL_META(self):
return f"https://datadryad.org{latest_version}/files"

def _get_attr_link(self, record, base_url):
return base_url + record["_links"]["stash:file-download"]["href"]
return base_url + record["_links"]["stash:download"]["href"]


class DataOneDataset(DatasetDownloader):
Expand Down

0 comments on commit 22f4a08

Please sign in to comment.