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)); }