diff --git a/mobile/app/mobile.js b/mobile/app/mobile.js index d9b71e35f67..027c86b845c 100644 --- a/mobile/app/mobile.js +++ b/mobile/app/mobile.js @@ -346,8 +346,11 @@ pref("browser.ui.kinetic.decelerationRate", 15); pref("plugin.default_plugin_disabled", true); // product URLs -pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/%APP%/%VERSION%/releasenotes/"); -pref("app.support.baseURL", "http://support.mozilla.com/1/%APP%/%VERSION%/%OS%/%LOCALE%/"); +pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/releasenotes/"); +pref("app.support.baseURL", "http://support.mozilla.com/1/mobile/%VERSION%/%OS%/%LOCALE%/"); +pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/"); +pref("app.privacyURL", "http://www.mozilla.com/%LOCALE%/legal/privacy/firefox/mobile/"); +pref("app.creditsURL", "http://www.mozilla.com/%LOCALE%/mobile/credits"); // Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror) pref("security.alternate_certificate_error_page", "certerror"); diff --git a/mobile/chrome/content/about.xhtml b/mobile/chrome/content/about.xhtml index 27bedee5456..7f296f71a45 100644 --- a/mobile/chrome/content/about.xhtml +++ b/mobile/chrome/content/about.xhtml @@ -90,8 +90,7 @@ &aboutPage.privacyPolicy.label; &aboutPage.rights.label; &aboutPage.relNotes.label; - - &aboutPage.credits.label; + &aboutPage.credits.label;
@@ -99,32 +98,33 @@

- + ]]>