Skip to content

Commit

Permalink
updated URL to syntax.json
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon authored Apr 11, 2023
1 parent 88a9684 commit b5a304b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def __init__(self):
raise Exception('Cannot retrieve languages data. Operation will abort.')

# Load the comment syntax data for identifying comments.
syntax_url = 'https://raw.githubusercontent.com/alstr/todo-to-issue-action/master/syntax.json'
syntax_url = 'https://raw.githubusercontent.com/arturo-lang/todo-to-issue-action/master/syntax.json'
syntax_request = requests.get(url=syntax_url)
if syntax_request.status_code == 200:
self.syntax_dict = syntax_request.json()
Expand Down

0 comments on commit b5a304b

Please sign in to comment.