diff options
author | Alexandre Flament <alex@al-f.net> | 2022-01-02 20:54:41 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2022-01-02 21:18:29 +0100 |
commit | 76cbfbbdda526edcd106965f712c7a31511b6c6d (patch) | |
tree | 66b1cb66f83d9ac62f6d86c35fb59213a115ad96 /utils | |
parent | c2e4b95e8d68ac151d51fbcd3f0875f2aaa3640f (diff) | |
download | searxng-76cbfbbdda526edcd106965f712c7a31511b6c6d.tar.gz searxng-76cbfbbdda526edcd106965f712c7a31511b6c6d.zip |
reference docs.searxng.org
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/lxc.sh | 2 | ||||
-rwxr-xr-x | utils/morty.sh | 2 | ||||
-rw-r--r-- | utils/templates/etc/searxng/settings.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index 9a79606ca..ab96a99ce 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -568,7 +568,7 @@ check_connectivity() { info_msg "Most often the connectivity is blocked by a docker installation:" info_msg "Whenever docker is started (reboot) it sets the iptables policy " info_msg "for the FORWARD chain to DROP, see:" - info_msg " https://searxng.github.io/searxng/utils/lxc.sh.html#internet-connectivity-docker" + info_msg " https://docs.searxng.org/utils/lxc.sh.html#internet-connectivity-docker" iptables-save | grep ":FORWARD" fi return $ret_val diff --git a/utils/morty.sh b/utils/morty.sh index 25263a3d4..c4e7bdf52 100755 --- a/utils/morty.sh +++ b/utils/morty.sh @@ -116,7 +116,7 @@ info_searx() { # shellcheck disable=SC1117 cat <<EOF To activate result and image proxy in SearXNG read: - https://searxng.github.io/searxng/admin/morty.html + https://docs.searxng.org/admin/morty.html Check settings in file ${SEARXNG_SETTINGS_PATH} ... result_proxy: url : ${PUBLIC_URL_MORTY} diff --git a/utils/templates/etc/searxng/settings.yml b/utils/templates/etc/searxng/settings.yml index dd2a29b3b..860f4f5e9 100644 --- a/utils/templates/etc/searxng/settings.yml +++ b/utils/templates/etc/searxng/settings.yml @@ -1,6 +1,6 @@ # SearXNG settings, before editing this file read: # -# https://searxng.github.io/searxng/admin/engines/settings.html +# https://docs.searxng.org/admin/engines/settings.html use_default_settings: true |