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/conf.py | |
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/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4b348ae0e..d6fde9bec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,11 +49,11 @@ extlinks['man'] = ('https://manpages.debian.org/jump?q=%s', '') #extlinks['role'] = ( # 'https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-%s', '') extlinks['duref'] = ( - 'http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#%s', '') + 'https://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#%s', '') extlinks['durole'] = ( - 'http://docutils.sourceforge.net/docs/ref/rst/roles.html#%s', '') + 'https://docutils.sourceforge.net/docs/ref/rst/roles.html#%s', '') extlinks['dudir'] = ( - 'http://docutils.sourceforge.net/docs/ref/rst/directives.html#%s', '') + 'https://docutils.sourceforge.net/docs/ref/rst/directives.html#%s', '') extlinks['ctan'] = ( 'https://ctan.org/pkg/%s', 'CTAN: ') |