Merge branch 'update_links_new_website' into 'master'

Update Links to New Website

Closes website#6

See merge request librewolf-community/settings!23
This commit is contained in:
Malte Jürgens 2021-11-12 22:50:45 +00:00
commit 943e8c25bc
2 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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");