From 67e6a00b719ecd52782a724cd09a9f08fa4577c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Fri, 12 Nov 2021 23:01:57 +0000 Subject: [PATCH] Update Links to New Website --- README.md | 4 ++-- librewolf.cfg | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fd20354..7ec1f93 100755 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ We encourage users to find **their own setup** and to use our default configurat - Windows -> `%USERPROFILE%\.librewolf\librewolf.overrides.cfg` ## Useful links -- [FAQ](https://gitlab.com/librewolf-community/settings/-/wikis/FAQ): to help you creating your own pref file. +- [FAQ](https://librewolf.net/docs/faq/): to help you creating your own pref file. - [LibreWolf distributions](https://gitlab.com/librewolf-community/browser) - [Issue tracker](https://gitlab.com/librewolf-community/settings/-/issues) - Our community on [gitter](https://gitter.im/librewolf-community/librewolf) -- [Website](https://librewolf-community.gitlab.io/) +- [Website](https://librewolf.net/) - [r/LibreWolf](https://www.reddit.com/r/LibreWolf/) ## Notes and thanks diff --git a/librewolf.cfg b/librewolf.cfg index c268e2a..6afe37a 100755 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -5,7 +5,7 @@ /** NOTE: please take the time to read and understand, but also to customize the settings to find your own setup. - the answers to the most common questions are at this link https://gitlab.com/librewolf-community/settings/-/wikis/FAQ + the answers to the most common questions are at this link https://librewolf.net/docs/faq/ */ @@ -365,10 +365,10 @@ defaultPref("extensions.systemAddon.update.url", ""); // -------------------------------- // set librewolf support and releases urls -defaultPref("app.support.baseURL", "https://gitlab.com/librewolf-community/settings/-/wikis/support#"); -defaultPref("browser.search.searchEnginesURL", "https://gitlab.com/librewolf-community/settings/-/wikis/support#search"); -defaultPref("browser.geolocation.warning.infoURL", "https://gitlab.com/librewolf-community/settings/-/wikis/support#location"); -defaultPref("app.feedback.baseURL", "https://gitlab.com/librewolf-community/settings/-/wikis/support"); +defaultPref("app.support.baseURL", "https://librewolf.net/docs/faq/#"); +defaultPref("browser.search.searchEnginesURL", "https://librewolf.net/docs/faq/#how-do-i-add-a-search-engine"); +defaultPref("browser.geolocation.warning.infoURL", "https://librewolf.net/docs/faq/#how-do-i-enable-location-aware-browsing"); +defaultPref("app.feedback.baseURL", "https://librewolf.net/#questions"); defaultPref("app.releaseNotesURL", "https://gitlab.com/librewolf-community/browser"); defaultPref("app.releaseNotesURL.aboutDialog", "https://gitlab.com/librewolf-community/browser"); defaultPref("app.update.url.details", "https://gitlab.com/librewolf-community/browser");