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