Update links from r->z; bug 568057

This commit is contained in:
Wil Clouser 2010-05-26 08:26:19 -07:00
Родитель 4893c5bedd
Коммит 5e23d50e26
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -35,17 +35,17 @@
},
'popular': {
'text': _('View all popular add-ons'),
'link': '/browse/type:1/cat:all?sort=popular',
'link': '/extensions/?sort=downloads',
'feed': '/browse/type:1/cat:all/format:rss?sort=popular',
},
'new': {
'text': _('View all newly created add-ons'),
'link': '/browse/type:1/cat:all?sort=newest',
'link': '/extensions/?sort=created',
'feed': '/browse/type:1/cat:all/format:rss?sort=newest',
},
'updated': {
'text': _('View all recently updated add-ons'),
'link': '/browse/type:1/cat:all?sort=updated',
'link': '/extensions/?sort=updated',
'feed': '/browse/type:1/cat:all/format:rss?sort=updated',
}
}