From d920e58cfeabd268adcb69e32835a7e47a149b1d Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Sat, 17 Jan 2026 17:48:35 +0300 Subject: [PATCH] Fix launcher documentation link (#8934) --- apps/launcher/maindialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/launcher/maindialog.cpp b/apps/launcher/maindialog.cpp index 2aa80d346c..38395ec8a7 100644 --- a/apps/launcher/maindialog.cpp +++ b/apps/launcher/maindialog.cpp @@ -600,5 +600,5 @@ void Launcher::MainDialog::play() void Launcher::MainDialog::help() { - Misc::HelpViewer::openHelp("reference/index.html"); + Misc::HelpViewer::openHelp({}); }