1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-31 19:18:27 +00:00

Merge branch 'docurl' into 'master'

Fix launcher documentation link (#8934)

See merge request OpenMW/openmw!5113
This commit is contained in:
AnyOldName3 2026-01-26 14:36:16 +00:00
commit 7541206d7a

View file

@ -600,5 +600,5 @@ void Launcher::MainDialog::play()
void Launcher::MainDialog::help()
{
Misc::HelpViewer::openHelp("reference/index.html");
Misc::HelpViewer::openHelp({});
}