From e97fcae43f34885485b5c5d5cadd9129943a5fdf Mon Sep 17 00:00:00 2001 From: stanzabird Date: Wed, 15 Mar 2023 13:45:28 +0000 Subject: [PATCH] updated `app.support.baseURL` to reflect the new support url's so we can ditch the `remap-links` patch. --- librewolf.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librewolf.cfg b/librewolf.cfg index a577070..3b0d356 100755 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -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");