Update manual URL

This commit is contained in:
Thomas Goyne 2012-09-03 17:28:45 -07:00
parent 598d3d77e6
commit 0d1ffbbdf7
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,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/manual/%s/#%s", page, section);
url = wxString::Format("http://docs.aegisub.org/3.0/%s/#%s", page, section);
wxLaunchDefaultBrowser(url);
}