diff options
author | Alexandre Flament <alex@al-f.net> | 2020-12-04 16:50:26 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2020-12-04 16:52:25 +0100 |
commit | 38d32337e7600446c04ecd601b56d6915a4046fd (patch) | |
tree | a3c933af5f41ddf84fe3db98cccb50d2b48bfde1 /docs/admin | |
parent | 244e812f37940800cee06f222b6cac26c729131e (diff) | |
download | searxng-38d32337e7600446c04ecd601b56d6915a4046fd.tar.gz searxng-38d32337e7600446c04ecd601b56d6915a4046fd.zip |
[mod] documentations & comments: update http://* URL to https://*.
About http://lesscss.org see https://github.com/less/less-docs/issues/520
Diffstat (limited to 'docs/admin')
-rw-r--r-- | docs/admin/buildhosts.rst | 2 | ||||
-rw-r--r-- | docs/admin/installation-nginx.rst | 2 | ||||
-rw-r--r-- | docs/admin/settings.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin/buildhosts.rst b/docs/admin/buildhosts.rst index a727d25b9..1f6eb472e 100644 --- a/docs/admin/buildhosts.rst +++ b/docs/admin/buildhosts.rst @@ -67,7 +67,7 @@ to ``imgmath``: If your docs build (``make docs``) shows warnings like this:: WARNING: dot(1) not found, for better output quality install \ - graphviz from http://www.graphviz.org + graphviz from https://www.graphviz.org .. WARNING: LaTeX command 'latex' cannot be run (needed for math \ display), check the imgmath_latex setting diff --git a/docs/admin/installation-nginx.rst b/docs/admin/installation-nginx.rst index 65fd73573..589c40ada 100644 --- a/docs/admin/installation-nginx.rst +++ b/docs/admin/installation-nginx.rst @@ -9,7 +9,7 @@ Install with nginx .. _nginx server configuration: https://docs.nginx.com/nginx/admin-guide/web-server/web-server/#setting-up-virtual-servers .. _nginx beginners guide: - http://nginx.org/en/docs/beginners_guide.html + https://nginx.org/en/docs/beginners_guide.html .. _Getting Started wiki: https://www.nginx.com/resources/wiki/start/ .. _uWSGI support from nginx: diff --git a/docs/admin/settings.rst b/docs/admin/settings.rst index 532b99752..7bd990fbf 100644 --- a/docs/admin/settings.rst +++ b/docs/admin/settings.rst @@ -112,7 +112,7 @@ Global Settings specific instance of searx, a locale can be defined using an ISO language code, like ``fr``, ``en``, ``de``. -.. _requests proxies: http://requests.readthedocs.io/en/latest/user/advanced/#proxies +.. _requests proxies: https://requests.readthedocs.io/en/latest/user/advanced/#proxies .. _PySocks: https://pypi.org/project/PySocks/ ``proxies`` : |