From e926aa6b3910e554684953b29880b2894765bfa3 Mon Sep 17 00:00:00 2001 From: Alex Taylor Date: Mon, 10 Jul 2023 11:44:51 -0400 Subject: [PATCH] Adding more targeted link for contributors to acronyms repo --- wtf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wtf.py b/wtf.py index 2f6a85a..b51c7d9 100644 --- a/wtf.py +++ b/wtf.py @@ -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 + https://github.com/department-of-veterans-affairs/acronyms/acronyms.csv """.format(req['text']) return make_response(response)