diff options
author | Sion Kazama <13185633+KazamaSion@users.noreply.github.com> | 2020-05-19 20:47:35 +0800 |
---|---|---|
committer | Sion Kazama <13185633+KazamaSion@users.noreply.github.com> | 2020-05-19 20:47:35 +0800 |
commit | 74e6f5d72442a19a896aaf6ee3d7af7d480e18ec (patch) | |
tree | 5dbe12a33fab5fcf11a8bbc71744da0d93aafad6 /searx | |
parent | 2d4d0bdc0cdc239dee931ba98a95bd632eb645e2 (diff) | |
download | searxng-74e6f5d72442a19a896aaf6ee3d7af7d480e18ec.tar.gz searxng-74e6f5d72442a19a896aaf6ee3d7af7d480e18ec.zip |
Revise outdated URLs
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 77cc4e087..2497a764b 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -41,7 +41,7 @@ outgoing: # communication with search engines pool_maxsize : 10 # Number of simultaneous requests by host # uncomment below section if you want to use a proxy # see http://docs.python-requests.org/en/latest/user/advanced/#proxies -# SOCKS proxies are also supported: see http://docs.python-requests.org/en/master/user/advanced/#socks +# SOCKS proxies are also supported: see http://requests.readthedocs.io/en/master/user/advanced/#socks # proxies : # http : http://127.0.0.1:8080 # https: http://127.0.0.1:8080 |