From 8c8219ccdb27f8f775fe399c8e97b17c92e23885 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetzov Date: Mon, 30 Oct 2017 17:13:17 +0300 Subject: [PATCH] Correct Help URL --- qucs/qucs_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()