mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Update the manual URL now that the 3.1 manual partially exists
This commit is contained in:
parent
5f63a3fcce
commit
f275ed5628
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user