diff --git a/browser/base/content/aboutHome.js b/browser/base/content/aboutHome.js index b925d4c3a08..44e55a4f8ad 100644 --- a/browser/base/content/aboutHome.js +++ b/browser/base/content/aboutHome.js @@ -142,7 +142,7 @@ const SEARCH_ENGINES = { // The part of the snippet will be linked to the corresponding url. const DEFAULT_SNIPPETS_URLS = [ "http://www.mozilla.com/firefox/4.0/features" -, "https://addons.mozilla.org/firefox/?browse=featured" +, "https://addons.mozilla.org/firefox/?src=snippet" ]; const SNIPPETS_UPDATE_INTERVAL_MS = 86400000; // 1 Day.