diff options
Diffstat (limited to 'usr/share')
-rw-r--r-- | usr/share/mageiawelcome/mageiawelcome.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py index ac0297b..f2660aa 100644 --- a/usr/share/mageiawelcome/mageiawelcome.py +++ b/usr/share/mageiawelcome/mageiawelcome.py @@ -86,9 +86,9 @@ def main(): l['h_documentation_url'] = _("https://wiki.mageia.org/en/Documentation") l['features'] = _("New Features") l['relnotes'] = _("Release Notes") - l['relnotes_url'] = _("https://wiki.mageia.org/en/Mageia_5_Release_Notes") + l['relnotes_url'] = _("https://wiki.mageia.org/en/Mageia_6_Release_Notes") l['errata'] = _("Errata") - l['errata_url'] = _("https://wiki.mageia.org/en/Mageia_5_Errata") + l['errata_url'] = _("https://wiki.mageia.org/en/Mageia_6_Errata") l['newcomers'] = _("Newcomers Howto") l['newcomers_url'] = _("https://wiki.mageia.org/en/Newcomers_start_here") l['h_support'] = _("Support") |