Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help page not updated in 3.4.0 #217

Open
0tkl opened this issue Dec 19, 2024 · 0 comments
Open

Help page not updated in 3.4.0 #217

0tkl opened this issue Dec 19, 2024 · 0 comments

Comments

@0tkl
Copy link
Contributor

0tkl commented Dec 19, 2024

void HelpButton::OpenPage(const char *pageID) {
auto page = url(pageID);
auto sep = strchr(page, '#');
if (sep)
wxLaunchDefaultBrowser(fmt_wx("http://docs.aegisub.org/3.2/%.*s/%s", sep - page, page, sep));
else
wxLaunchDefaultBrowser(fmt_wx("http://docs.aegisub.org/3.2/%s/", page));
}

Once aegisite provides a dedicated /3.4/ route (instead of the /latest/ route at the moment), the link in Aegisub could be updated consequently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant