diff --git a/qucs/qucs_actions.cpp b/qucs/qucs_actions.cpp index 8b46c310f..74720a23f 100644 --- a/qucs/qucs_actions.cpp +++ b/qucs/qucs_actions.cpp @@ -843,7 +843,7 @@ void QucsApp::launchTool(const QString& prog, const QString& progDesc, const QSt // -------------------------------------------------------------- void QucsApp::slotHelpIndex() { - QDesktopServices::openUrl(QUrl("https://qucs-help.readthedocs.org/en/spice4qucs/")); + QDesktopServices::openUrl(QUrl("https://qucs-s-help.readthedocs.io/")); } void QucsApp::slotHelpQucsIndex()