diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index 35dad6ed2024..65684354290d 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -462,10 +462,8 @@ pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/au pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/releasenotes/"); #endif #if MOZ_UPDATE_CHANNEL == beta -pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/features/"); pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/faq/"); #else -pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/features/"); pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/"); #endif pref("app.marketplaceURL", "https://marketplace.mozilla.org/"); diff --git a/mobile/xul/app/mobile.js b/mobile/xul/app/mobile.js index 6a2be28da16a..7ccc3b266bdc 100644 --- a/mobile/xul/app/mobile.js +++ b/mobile/xul/app/mobile.js @@ -440,10 +440,8 @@ pref("app.privacyURL", "http://www.mozilla.com/%LOCALE%/m/privacy.html"); pref("app.creditsURL", "http://www.mozilla.org/credits/"); pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/"); #if MOZ_UPDATE_CHANNEL == beta -pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/features/"); pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/faq/"); #else -pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/features/"); pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/"); #endif