updated app.support.baseURL to reflect the new support url's so we can ditch the remap-links patch.
This commit is contained in:
parent
ebec9c7db2
commit
e97fcae43f
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ defaultPref("services.settings.server", "https://%.invalid") // set the remote s
|
|||
/** [SECTION] BRANDING
|
||||
* set librewolf support and releases urls in the UI, so that users land in the proper places.
|
||||
*/
|
||||
defaultPref("app.support.baseURL", "https://librewolf.net/docs/faq/#");
|
||||
defaultPref("app.support.baseURL", "https://support.librewolf.net/");
|
||||
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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue