diff options
author | Papoteur <papoteur@mageia.org> | 2023-01-26 10:57:50 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-01-26 10:57:50 +0100 |
commit | 8b2b2c62d646a354740c4bfcb7e2cd73bf31d739 (patch) | |
tree | 1e4b792985b43e2ba1c7d2b3971060b044b3fd0c | |
parent | 15d7b7a9633325cc85f8e05d09d18435a1040ad6 (diff) | |
download | mageiawelcome-8b2b2c62d646a354740c4bfcb7e2cd73bf31d739.tar mageiawelcome-8b2b2c62d646a354740c4bfcb7e2cd73bf31d739.tar.gz mageiawelcome-8b2b2c62d646a354740c4bfcb7e2cd73bf31d739.tar.bz2 mageiawelcome-8b2b2c62d646a354740c4bfcb7e2cd73bf31d739.tar.xz mageiawelcome-8b2b2c62d646a354740c4bfcb7e2cd73bf31d739.zip |
Update links to Mageia 9 release
-rw-r--r-- | qml/Links.qml | 4 |
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")}, |