diff options
author | lloyd <[email protected]> | 2013-03-18 22:52:13 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-18 22:52:13 +0000 |
commit | 45f384ec0b4848a73bfd9c23bd2ec657e21ee299 (patch) | |
tree | 75ec719384ddd1fbb004fc5f1b01817175d55ff7 /doc/conf.py | |
parent | 7d035f642ad7d9e4a80907d45332031ff5b795e3 (diff) |
Make more links https
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/conf.py b/doc/conf.py index 61f2c587a..311e982db 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,15 +49,14 @@ templates_path = ['_sphinx/templates'] if is_website_build and use_disqus: templates_path += ['_sphinx/disqus'] -files_dir = 'http://botan.randombit.net/files' +files_dir = 'https://files.randombit.net/botan' extlinks = { - 'pr': ('http://bugs.randombit.net/show_bug.cgi?id=%s', 'PR '), - 'wikipedia': ('http://en.wikipedia.org/wiki/%s', ''), - 'viewmtn': ('http://viewmtn.randombit.net/tree/h:%s', ''), - 'botan-devel': ('http://lists.randombit.net/pipermail/botan-devel/%s.html', None), + 'pr': ('https://bugs.randombit.net/show_bug.cgi?id=%s', 'PR '), + 'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''), + 'botan-devel': ('https://lists.randombit.net/pipermail/botan-devel/%s.html', None), - 'cve': ('http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-'), + 'cve': ('https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-'), 'tgz': (files_dir + '/Botan-%s.tgz', 'tar/gz for '), 'tgz_sig': (files_dir + '/Botan-%s.tgz.asc', 'tar/gz sig '), |