This commit is contained in:
Laurent Trinques
2023-11-09 13:46:45 +01:00
parent 9f8abed4b8
commit a9f6583189
2 changed files with 6 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ void QETMainWindow::initCommonActions()
manual_online_ -> setStatusTip(tr("Lance le navigateur par défaut vers le manuel en ligne de QElectroTech", "status bar tip"));
connect(manual_online_, &QAction::triggered, [](bool) {
QString link = "https://download.tuxfamily.org/qet/manual_0.7/build/index.html";
QString link = "https://download.qelectrotech.org/qet/manual_0.7/build/index.html";
QDesktopServices::openUrl(QUrl(link));
});