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

Fix launcher documentation link (#8934)

This commit is contained in:
Alexei Kotov 2026-01-17 17:48:35 +03:00
parent 74387b4694
commit d920e58cfe

View file

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