From 3eaa56fc18ecd84f21d7c643addffd856303c9f5 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Sun, 29 Apr 2018 16:51:53 -0400 Subject: [PATCH] Point users at a functional bug tracker --- src/command/help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/help.cpp b/src/command/help.cpp index ece65000c..ff47624cd 100644 --- a/src/command/help.cpp +++ b/src/command/help.cpp @@ -59,7 +59,7 @@ struct help_bugs final : public Command { throw c->parent; } } - wxLaunchDefaultBrowser("http://devel.aegisub.org/", wxBROWSER_NEW_WINDOW); + wxLaunchDefaultBrowser("https://github.com/Aegisub/Aegisub/issues", wxBROWSER_NEW_WINDOW); } };