Skip to content

Commit

Permalink
Correct Help URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Oct 30, 2017
1 parent ea2dde0 commit 8c8219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs/qucs_actions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8c8219c

Please sign in to comment.