Point users at a functional bug tracker

This commit is contained in:
Ryan Lucia 2018-04-29 16:51:53 -04:00
parent e516ab6e32
commit 3eaa56fc18
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
};