aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-06-19 01:38:31 -0400
committerJack Lloyd <[email protected]>2016-06-19 01:38:31 -0400
commit23d6f67e76b633077b5de91945f61290ff091e1e (patch)
tree4af3a8503a43adc683ccd64b81d703ec3dfdbcf4
parent4bff0f41baa6c61d7b3f648dfeb97ac955993970 (diff)
Use https:// urls for randombit.net links.
Previously avoided since many clients don't have the CACert root, but now that Let's Encrypt is used instead anyone with a recent trust root should accept the certs for botan.randombit.net and lists.randombit.net [ci skip]
-rw-r--r--src/build-data/sphinx/conf.py6
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 = ''