From 665e985d73018cd9656e0a783336fd205f89d6f6 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Tue, 25 Jun 2024 16:41:41 -0400
Subject: [PATCH] Small cleanups

---
 README.md                    | 2 +-
 scripts/template_verifier.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ab049216265..f01c920f27c 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Help improve Alchemy Viewer! You can get involved with improvements by filing bu
 
 * [Alchemy Website](http://www.alchemyviewer.org)
 * [Downloads](https://alchemyviewer.org/downloads)
-* [Issue Tracker](https://git.alchemyviewer.org/alchemy/viewer/issues)
+* [Issue Tracker](https://github.com/AlchemyViewer/Alchemy/issues)
 
 [contributing]: https://github.com/alchemyviewer/alchemy/blob/main/CONTRIBUTING.md
 [releasesgh]: https://github.com/AlchemyViewer/Alchemy/releases
diff --git a/scripts/template_verifier.py b/scripts/template_verifier.py
index 11ff4651864..a558da3913a 100755
--- a/scripts/template_verifier.py
+++ b/scripts/template_verifier.py
@@ -233,7 +233,7 @@ def run(sysargs):
 """)
     parser.add_option(
         '-u', '--master_url', type='string', dest='master_url',
-        default='https://git.alchemyviewer.org/alchemy/master-message-template/-/raw/master/message_template.msg',
+        default='https://github.com/AlchemyViewer/master-message-template/raw/master/message_template.msg',
         help="""The url of the master message template.""")
     parser.add_option(
         '-c', '--cache_master', action='store_true', dest='cache_master',
-- 
GitLab