From 8b2b2c62d646a354740c4bfcb7e2cd73bf31d739 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Thu, 26 Jan 2023 10:57:50 +0100 Subject: Update links to Mageia 9 release --- qml/Links.qml | 4 ++-- 1 file 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")}, -- cgit v1.2.1