Skip to content

Commit

Permalink
Merge pull request #45 from jbritt1/master
Browse files Browse the repository at this point in the history
fix broken link
  • Loading branch information
karlbrown-va authored Apr 18, 2024
2 parents 1c837c9 + 22af7e5 commit ca1f770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def slack():
except KeyError:
response = """
Entry for '{}' not found! Acronyms may be added at
https://github.com/department-of-veterans-affairs/acronyms/acronyms.csv
https://github.com/department-of-veterans-affairs/acronyms/blob/master/acronyms.csv
""".format(req['text'])

return make_response(response)

0 comments on commit ca1f770

Please sign in to comment.