update links to new website

This commit is contained in:
Malte Jürgens 2021-11-12 21:39:46 +01:00
parent 41504968ce
commit bee0e6e1f5
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3
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` - Windows -> `%USERPROFILE%\.librewolf\librewolf.overrides.cfg`
## Useful links ## 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) - [LibreWolf distributions](https://gitlab.com/librewolf-community/browser)
- [Issue tracker](https://gitlab.com/librewolf-community/settings/-/issues) - [Issue tracker](https://gitlab.com/librewolf-community/settings/-/issues)
- Our community on [gitter](https://gitter.im/librewolf-community/librewolf) - 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/) - [r/LibreWolf](https://www.reddit.com/r/LibreWolf/)
## Notes and thanks ## 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. 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 // set librewolf support and releases urls
defaultPref("app.support.baseURL", "https://gitlab.com/librewolf-community/settings/-/wikis/support#"); defaultPref("app.support.baseURL", "https://librewolf.net/docs/faq/");
defaultPref("browser.search.searchEnginesURL", "https://gitlab.com/librewolf-community/settings/-/wikis/support#search"); defaultPref("browser.search.searchEnginesURL", "https://librewolf.net/docs/faq/#how-do-i-add-a-search-engine");
defaultPref("browser.geolocation.warning.infoURL", "https://gitlab.com/librewolf-community/settings/-/wikis/support#location"); defaultPref("browser.geolocation.warning.infoURL", "https://librewolf.net/docs/faq/#how-do-i-enable-location-aware-browsing");
defaultPref("app.feedback.baseURL", "https://gitlab.com/librewolf-community/settings/-/wikis/support"); defaultPref("app.feedback.baseURL", "https://librewolf.net/#questions");
defaultPref("app.releaseNotesURL", "https://gitlab.com/librewolf-community/browser"); defaultPref("app.releaseNotesURL", "https://gitlab.com/librewolf-community/browser");
defaultPref("app.releaseNotesURL.aboutDialog", "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"); defaultPref("app.update.url.details", "https://gitlab.com/librewolf-community/browser");