Point users at a functional bug tracker

This commit is contained in:
Ryan Lucia 2018-03-29 01:51:38 -04:00
parent 41b4aea69d
commit ff5fac29c0
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/TypesettingTools/Aegisub/issues", wxBROWSER_NEW_WINDOW);
}
};