From 7a88b7a998057d8c70d2f52a404cf4e98368de31 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Thu, 28 Jan 2021 22:44:27 +0100 Subject: Fix links to embedded documentation (mga#28242) --- qml/Live.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml') diff --git a/qml/Live.qml b/qml/Live.qml index 675bf98..987eccf 100644 --- a/qml/Live.qml +++ b/qml/Live.qml @@ -41,7 +41,7 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter objectName: "link" //: the link to the local file can be adapted to your language if the documentation is translated - onMbuttonClicked: { link.weblink(qsTr("file:///usr/share/doc/mageia-doc/draklive/en/index.html"))} + onMbuttonClicked: { link.weblink(qsTr("file:///usr/share/doc/mageia/en/draklive/index.html"))} buttonText: qsTr("Installer documentation") } } -- cgit v1.2.1