diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 5f8f826cf3c..07d63c8f4cc 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -872,7 +872,7 @@ pref("browser.zoom.updateBackgroundTabs", true); pref("breakpad.reportURL", "http://crash-stats.mozilla.com/report/index/"); // base URL for web-based support pages -pref("app.support.baseURL", "http://support.mozilla.com/1/firefox/%VERSION%/%OS%/%LOCALE%/"); +pref("app.support.baseURL", "http://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/"); // Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror) pref("security.alternate_certificate_error_page", "certerror");