mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
Bug 520022: fix release notes and support URLs for beta 4, r+a=stuart
This commit is contained in:
parent
537556dd56
commit
5d7824f125
@ -346,8 +346,10 @@ pref("browser.ui.kinetic.decelerationRate", 15);
|
||||
pref("plugin.default_plugin_disabled", true);
|
||||
|
||||
// product URLs
|
||||
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.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/releasenotes/");
|
||||
pref("app.releaseNotesURL", "http://www.mozilla.org/projects/fennec/%VERSION%/releasenotes/");
|
||||
//pref("app.support.baseURL", "http://support.mozilla.com/1/mobile/%VERSION%/%OS%/%LOCALE%/");
|
||||
pref("app.support.baseURL", "http://mobile.support.mozilla.com/");
|
||||
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");
|
||||
|
Loading…
Reference in New Issue
Block a user