diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-05-28 11:18:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-28 11:18:53 +0000 |
| commit | d38952c1335d3c6f8615870b11ef9737b203ad49 (patch) | |
| tree | 6bc0d90c22bab1ba9fbfd85fdca262ee06f28f47 | |
| parent | e62ac42259803dc314c755dfe0778d57b6cc5d37 (diff) | |
| parent | d44b034817ba5ceef32ca35489ca8c05aae585f6 (diff) | |
Merge pull request #1963 from KazamaSion/master
Revise outdated URLs
| -rw-r--r-- | docs/admin/settings.rst | 2 | ||||
| -rw-r--r-- | searx/settings.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/settings.rst b/docs/admin/settings.rst index 0bfdcc6cb..2c42a21e9 100644 --- a/docs/admin/settings.rst +++ b/docs/admin/settings.rst @@ -98,7 +98,7 @@ Global Settings specific instance of searx, a locale can be defined using an ISO language code, like ``fr``, ``en``, ``de``. -.. _requests proxies: http://docs.python-requests.org/en/latest/user/advanced/#proxies +.. _requests proxies: http://requests.readthedocs.io/en/latest/user/advanced/#proxies .. _PR SOCKS support: https://github.com/kennethreitz/requests/pull/478 ``outgoing_proxies`` : 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 |