From 42b5b100741bfb604474488eccb5708307f44211 Mon Sep 17 00:00:00 2001 From: Twan van Laarhoven Date: Tue, 12 May 2020 02:15:57 +0200 Subject: [PATCH] Update url for issues --- src/util/error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/error.cpp b/src/util/error.cpp index 2d257e8b..946f6c6f 100644 --- a/src/util/error.cpp +++ b/src/util/error.cpp @@ -114,7 +114,7 @@ InternalError::InternalError(const String& str) str + _("\n") _("Please save your work (use 'save as' to so you don't overwrite things)\n") _("and restart Magic Set Editor.\n\n") - _("You should leave a bug report on http://magicseteditor.sourceforge.net/\n") + _("You should leave a bug report on https://github.com/twanvl/MagicSetEditor2/issues/\n") _("Press Ctrl+C to copy this message to the clipboard.") ) {