pheepa commited on
Commit
5e9bb0a
1 Parent(s): cbb87ca
Files changed (1) hide show
  1. jira-comments.py +1 -1
jira-comments.py CHANGED
@@ -19,7 +19,7 @@ _CITATION = """\
19
 
20
 
21
  _REPO = "https://huggingface.co/datasets/pheepa/jira-comments"
22
- _URL = f"/data/{_REPO}/jira-comments.tar.gz"
23
 
24
 
25
  class JiraCommentsConfig(datasets.BuilderConfig):
 
19
 
20
 
21
  _REPO = "https://huggingface.co/datasets/pheepa/jira-comments"
22
+ _URL = f"{_REPO}/data/jira-comments.tar.gz"
23
 
24
 
25
  class JiraCommentsConfig(datasets.BuilderConfig):