summaryrefslogtreecommitdiffstats
path: root/qml/mw-ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r--qml/mw-ui.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index d2bf720..8a17530 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -808,14 +808,14 @@ This is a background process and you will be able to use your computer normally
Repeater{
model: [{'name': qsTr("Release notes"), 'url':
//: Translate only if the link is to a specific page for your language
- qsTr("https://wiki.mageia.org/en/Mageia_7_Release_Notes")},
+ qsTr("https://wiki.mageia.org/en/Mageia_6_Release_Notes")},
{'name': qsTr("Forums"),'url':
//: Translate only if the link is to a specific page for your language
qsTr("https://forums.mageia.org/en/")},
{'name': qsTr("Community Center"),'url': "https://www.mageia.org/community/"},
{'name': qsTr("Errata"), 'url':
//: Translate only if the link is to a specific page for your language
- qsTr("https://wiki.mageia.org/en/Mageia_7_Errata")},
+ qsTr("https://wiki.mageia.org/en/Mageia_6_Errata")},
{'name': qsTr("Wiki"), 'url':
//: Translate only if the link is to a specific page for your language
qsTr("https://wiki.mageia.org/en/Documentation")},