From f275ed562884f3bce56a6b7b291d228612074d4b Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 25 Oct 2013 14:10:33 -0700 Subject: [PATCH] Update the manual URL now that the 3.1 manual partially exists --- 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 e0fdc24fa..8463e3522 100644 --- a/aegisub/src/help_button.cpp +++ b/aegisub/src/help_button.cpp @@ -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); }