1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Update manual URL for 3.2

This commit is contained in:
Thomas Goyne 2014-06-10 19:48:01 -07:00
parent 87f99876c6
commit 8e36b69ef1

View File

@ -81,5 +81,5 @@ void HelpButton::OpenPage(wxString const& pageID) {
wxString section;
page = page.BeforeFirst('#', &section);
wxLaunchDefaultBrowser(fmt_wx("http://docs.aegisub.org/3.1/%s/#%s", page, section));
wxLaunchDefaultBrowser(fmt_wx("http://docs.aegisub.org/3.2/%s/#%s", page, section));
}