[qet] qet/qet: [5712] Update manual_online URL to new manual link |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5712
Author: scorpio810
Date: 2019-01-21 14:17:50 +0100 (Mon, 21 Jan 2019)
Log Message:
-----------
Update manual_online URL to new manual link
Modified Paths:
--------------
trunk/sources/qetmainwindow.cpp
Modified: trunk/sources/qetmainwindow.cpp
===================================================================
--- trunk/sources/qetmainwindow.cpp 2019-01-21 08:52:58 UTC (rev 5711)
+++ trunk/sources/qetmainwindow.cpp 2019-01-21 13:17:50 UTC (rev 5712)
@@ -85,7 +85,7 @@
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 = "http://download.tuxfamily.org/qet/joshua/html/QET.html";
+ QString link = "https://download.tuxfamily.org/qet/manual_0.7/build/index.html";
QDesktopServices::openUrl(QUrl(link));
});