From 8e36b69ef14b5978e571c2a33107418142023e45 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 10 Jun 2014 19:48:01 -0700 Subject: [PATCH] Update manual URL for 3.2 --- src/help_button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/help_button.cpp b/src/help_button.cpp index 23db3d3b6..eabff7b77 100644 --- a/src/help_button.cpp +++ b/src/help_button.cpp @@ -81,5 +81,5 @@ void HelpButton::OpenPage(wxString const& pageID) { wxString section; page = page.BeforeFirst('#', §ion); - wxLaunchDefaultBrowser(fmt_wx("http://docs.aegisub.org/3.1/%s/#%s", page, section)); + wxLaunchDefaultBrowser(fmt_wx("http://docs.aegisub.org/3.2/%s/#%s", page, section)); }