diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/sphinx/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build-data/sphinx/conf.py b/src/build-data/sphinx/conf.py index f506b461a..ff927c8bd 100644 --- a/src/build-data/sphinx/conf.py +++ b/src/build-data/sphinx/conf.py @@ -32,11 +32,11 @@ templates_path = ['templates'] if is_website_build and use_disqus: templates_path += ['disqus'] -files_dir = 'http://botan.randombit.net/releases' +files_dir = 'https://botan.randombit.net/releases' extlinks = { 'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''), - 'botan-devel': ('http://lists.randombit.net/pipermail/botan-devel/%s.html', None), + 'botan-devel': ('https://lists.randombit.net/pipermail/botan-devel/%s.html', None), 'cve': ('https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-'), @@ -177,7 +177,7 @@ html_show_copyright = False # contain a <link> tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. if is_website_build: - html_use_opensearch = 'http://botan.randombit.net/' + html_use_opensearch = 'https://botan.randombit.net/' else: html_use_opensearch = '' |