summaryrefslogtreecommitdiffstats
path: root/qml/Live.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/Live.qml')
-rw-r--r--qml/Live.qml2
1 files changed, 1 insertions, 1 deletions
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")
}
}