summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2021-01-06 22:28:09 +0100
committerPapoteur <papoteur@mageia.org>2021-01-06 22:28:09 +0100
commitdb0719b81d4e676588f8fddeee2d7d0c7bc3fdc9 (patch)
tree3db209e2ec053855d3a907e22c6172dede1441f5 /qml
parentfae651bc3873d8daaf64c9395d4840b5508b6709 (diff)
downloadmageiawelcome-db0719b81d4e676588f8fddeee2d7d0c7bc3fdc9.tar
mageiawelcome-db0719b81d4e676588f8fddeee2d7d0c7bc3fdc9.tar.gz
mageiawelcome-db0719b81d4e676588f8fddeee2d7d0c7bc3fdc9.tar.bz2
mageiawelcome-db0719b81d4e676588f8fddeee2d7d0c7bc3fdc9.tar.xz
mageiawelcome-db0719b81d4e676588f8fddeee2d7d0c7bc3fdc9.zip
Adjust links to Mageia 8, also in translations
Diffstat (limited to '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 d42d1a5..05b2940 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_7_Release_Notes")},
+ qsTr("https://wiki.mageia.org/en/Mageia_8_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_8_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")},