From 5891f256b6d985c6872c47fb6ce526d86321e7a9 Mon Sep 17 00:00:00 2001 From: Jeff Balogh Date: Tue, 3 Aug 2010 16:11:41 -0700 Subject: [PATCH] fix /featured link on the homepage (bug 584227) --- apps/addons/templates/addons/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/addons/templates/addons/home.html b/apps/addons/templates/addons/home.html index 3a399a16dcf..194f1169b2a 100644 --- a/apps/addons/templates/addons/home.html +++ b/apps/addons/templates/addons/home.html @@ -30,7 +30,7 @@ {% set view_all = { 'featured': { 'text': _('View all featured add-ons'), - 'link': '/recommended', + 'link': '/featured', 'feed': '/recommended/format:rss', }, 'popular': {