summaryrefslogtreecommitdiffstats
path: root/qml/Links.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/Links.qml')
-rw-r--r--qml/Links.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/Links.qml b/qml/Links.qml
index 2333552..770291b 100644
--- a/qml/Links.qml
+++ b/qml/Links.qml
@@ -41,14 +41,14 @@ Rectangle {
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_8_Release_Notes")},
+ qsTr("https://wiki.mageia.org/en/Mageia_9_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_8_Errata")},
+ qsTr("https://wiki.mageia.org/en/Mageia_9_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")},