Update the URL to the online manual. Closes #1368.

Originally committed to SVN as r5995.
This commit is contained in:
Niels Martin Hansen 2011-12-13 00:59:02 +00:00
parent a4344ed8e8
commit 1a35b77880
1 changed files with 1 additions and 1 deletions

View File

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