diff options
author | Papoteur <papoteur@mageia.org> | 2021-01-28 22:44:27 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2021-01-28 22:44:27 +0100 |
commit | 7a88b7a998057d8c70d2f52a404cf4e98368de31 (patch) | |
tree | 0599b49513323f6cfe1e54807096188daf1b9ca4 /qml/Live.qml | |
parent | 9f522fadd500872631d372f34cb7ac104c0ac8fa (diff) | |
download | mageiawelcome-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/Live.qml')
-rw-r--r-- | qml/Live.qml | 2 |
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") } } |