diff --git a/wiki/theme/crans-www.py b/wiki/theme/crans-www.py index 5bcfccbe..72500934 100644 --- a/wiki/theme/crans-www.py +++ b/wiki/theme/crans-www.py @@ -43,7 +43,7 @@ class Theme(ThemeBase): # liste des badges support_badges = [ # page, # image # alt text - (u'http://www.firefox.fr/', u'badges_80x15_firefox.png', u'Get firefox'), + (u'http://www.mozilla-europe.org/fr/products/firefox/', u'badges_80x15_firefox.png', u'Get firefox'), (u'http://www.debian.org/', u'badges_80x15_debian.png', u'Debian powered'), (u'http://www.apache.org/', u'badges_80x15_apache.png', u'Apache powered'), (u'http://www.python.org/', u'badges_80x15_python.png', u'Python powered'),