summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2021-01-28 22:44:27 +0100
committerPapoteur <papoteur@mageia.org>2021-01-28 22:44:27 +0100
commit7a88b7a998057d8c70d2f52a404cf4e98368de31 (patch)
tree0599b49513323f6cfe1e54807096188daf1b9ca4 /qml
parent9f522fadd500872631d372f34cb7ac104c0ac8fa (diff)
downloadmageiawelcome-7a88b7a998057d8c70d2f52a404cf4e98368de31.tar
mageiawelcome-7a88b7a998057d8c70d2f52a404cf4e98368de31.tar.gz
mageiawelcome-7a88b7a998057d8c70d2f52a404cf4e98368de31.tar.bz2
mageiawelcome-7a88b7a998057d8c70d2f52a404cf4e98368de31.tar.xz
mageiawelcome-7a88b7a998057d8c70d2f52a404cf4e98368de31.zip
Fix links to embedded documentation (mga#28242)
Diffstat (limited to '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")
}
}