From 0d1ffbbdf7bea21c6e78ffb068d2bc78d6980a72 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 3 Sep 2012 17:28:45 -0700 Subject: [PATCH] Update manual URL --- aegisub/src/help_button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/help_button.cpp b/aegisub/src/help_button.cpp index b91b54e6e..980d4a2b6 100644 --- a/aegisub/src/help_button.cpp +++ b/aegisub/src/help_button.cpp @@ -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); }