Update the manual URL now that the 3.1 manual partially exists

This commit is contained in:
Thomas Goyne 2013-10-25 14:10:33 -07:00
parent 5f63a3fcce
commit f275ed5628
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ void HelpButton::OpenPage(wxString const& pageID) {
// is safe with everything everyone uses. Blame Microsoft.
url = wxString("file://") + docFile.GetFullPath(wxPATH_NATIVE);
else
url = wxString::Format("http://docs.aegisub.org/3.0/%s/#%s", page, section);
url = wxString::Format("http://docs.aegisub.org/3.1/%s/#%s", page, section);
wxLaunchDefaultBrowser(url);
}