Skip to content
Snippets Groups Projects
Commit 665e985d authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Small cleanups

parent 5ecc5e42
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment