From 653231531296b2854199a21a82401ec9a02cd2f1 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 13 Apr 2019 13:59:30 +0200 Subject: Correction of a link in Updates --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/mw-ui.qml') diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 5096be4..ed1623f 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -335,7 +335,7 @@ This is a background process and you will be able to use your computer normally anchors.horizontalCenter: parent.horizontalCenter objectName: "link" //: (en) indicates that the content of the link is in English - onMbuttonClicked: { link.weblink(["drakrpm-update",])} + onMbuttonClicked: { link.weblink("https://advisories.mageia.org/")} buttonText: qsTr("Advisories of updates (en)") } -- cgit v1.2.1