Skip to content

Commit

Permalink
Fix broken GitHub URL
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Apr 15, 2023
1 parent 0ddbf5b commit aa6dd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synergy_dataset/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _get_download_url(version=None, source="github"):
version = SYNERGY_VERSION

if source == "github":
github_url = "https://github.com/asreview/systematic-review-datasets/archive/refs/tags/v{}.zip" # noqa
github_url = "https://github.com/asreview/systematic-review-datasets/archive/refs/tags/{}.zip" # noqa
return github_url.format(version)
else:
raise ValueError("Unknown source")
Expand Down

0 comments on commit aa6dd15

Please sign in to comment.