#1246 Fix link for Brazilian Fedora Community based on Issue #1229
Opened 3 months ago by joel-e. Modified 3 months ago
joel-e/fedora-websites main  into  main

@@ -2,7 +2,7 @@ 

  import math

  from operator import itemgetter

  countries = [

-             {'name':'Brasil',        'title':_('Fedora Brazil Portal'),            'url':'http://www.projetofedora.org'},

+             {'name':'Brasil',        'title':_('Fedora Brazil Portal'),            'url':'https://fedorabr.org/'},

              {'name':'Chile',         'title':_('Fedora Chile Community'),          'url':'http://www.proyectofedora.cl'},

              {'name':'Nicaragua',     'title':_('Fedora Nicaragua Community'),      'url':'http://fedora.org.ni'},

  ]

The old link was incorrect and this should be the new one according to geraldosimiao at issue #1229

Metadata