mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Update manual URL
This commit is contained in:
parent
598d3d77e6
commit
0d1ffbbdf7
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user