diff --git a/README.md b/README.md index 1a731045c..139369e7e 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Experience tranquillity while browsing the web without people tracking you! -* [Website](https://get-zen.vercel.app) -* [Download](https://get-zen.vercel.app/download) -* [Release Notes](https://get-zen.vercel.app/release-notes/latest) +* [Website](https://www.zen-browser.app) +* [Download](https://www.zen-browser.app/download) +* [Release Notes](https://www.zen-browser.app/release-notes/latest) Get it on Flathub @@ -15,7 +15,7 @@ Experience tranquillity while browsing the web without people tracking you! Zen is currently built using firefox version `129.0`! -* Checkout the latest [releases notes](https://get-zen.vercel.app/release-notes)! +* Checkout the latest [releases notes](https://www.zen-browser.app/release-notes)! # Performance diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index e61c82bb9..8c05f5132 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -98,10 +98,10 @@ pref('dom.private-attribution.submission.enabled', false); pref('media.eme.enabled', true); pref('webgl.disabled', false); -pref("app.update.url.manual", "https://get-zen.vercel.app/download"); -pref("app.update.url.details", "hhttps://get-zen.vercel.app/download"); -pref("app.releaseNotesURL", "https://get-zen.vercel.app/release-notes"); -pref("app.releaseNotesURL.aboutDialog", "https://get-zen.vercel.app/release-notes"); +pref("app.update.url.manual", "https://www.zen-browser.app/download"); +pref("app.update.url.details", "hhttps://www.zen-browser.app/download"); +pref("app.releaseNotesURL", "https://www.zen-browser.app/release-notes"); +pref("app.releaseNotesURL.aboutDialog", "https://www.zen-browser.app/release-notes"); // Enable importers for other browsers pref('browser.migrate.vivaldi.enabled', true); diff --git a/src/browser/components/zen-welcome/welcome.js b/src/browser/components/zen-welcome/welcome.js index e63e1ff19..d64345fc0 100644 --- a/src/browser/components/zen-welcome/welcome.js +++ b/src/browser/components/zen-welcome/welcome.js @@ -18,7 +18,7 @@ ChromeUtils.defineModuleGetter( Services.scriptloader.loadSubScript("chrome://browser/content/ZenUIManager.mjs"); -const kWelcomeURL = 'https://get-zen.vercel.app/welcome'; +const kWelcomeURL = 'https://www.zen-browser.app/welcome'; const kWelcomeSeenPref = 'zen.welcomeScreen.seen' // =============================================================================