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
1 changed files with 1 additions and 1 deletions

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