aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-18 22:52:13 +0000
committerlloyd <[email protected]>2013-03-18 22:52:13 +0000
commit45f384ec0b4848a73bfd9c23bd2ec657e21ee299 (patch)
tree75ec719384ddd1fbb004fc5f1b01817175d55ff7
parent7d035f642ad7d9e4a80907d45332031ff5b795e3 (diff)
Make more links https
-rw-r--r--doc/conf.py11
-rw-r--r--doc/download.rst6
2 files changed, 8 insertions, 9 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 '),
diff --git a/doc/download.rst b/doc/download.rst
index 2e06b59f5..8382ebc53 100644
--- a/doc/download.rst
+++ b/doc/download.rst
@@ -11,7 +11,7 @@ Unsure which release you want? Check the :ref:`FAQ <devel_vs_stable>`.
.. note::
If you are viewing this documentation offline, a more recent
- release `may be available <http://botan.randombit.net/download.html>`_.
+ release `may be available <https://botan.randombit.net/download.html>`_.
Current Stable Series (1.10)
----------------------------------------
@@ -39,7 +39,7 @@ The latest version of the current development series, from branch
:tbz:`1.11.2` (:tbz_sig:`sig <1.11.2>`)
A script also creates daily snapshots of trunk, which are available
-`here <http://files.randombit.net/botan/snapshots/>`_.
+`here <https://files.randombit.net/botan/snapshots/>`_.
.. note::
@@ -59,7 +59,7 @@ Accessing Version Control
Botan's development occurs using a distributed version control system
called `Monotone <http://www.monotone.ca>`_ (though there is also a
-mirror on `github <http://github.com/randombit/botan>`_. The main
+mirror on `github <https://github.com/randombit/botan>`_. The main
branch of development occurs on the branch named
``net.randombit.botan``. To download that branch and set up a new
workspace, run::