aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/building.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-10-24 15:53:47 -0400
committerJack Lloyd <[email protected]>2017-10-24 15:54:03 -0400
commitd689e0f9148282148135034a32622df62b53d7c0 (patch)
tree708275cfa822b7000a4a473427aa2fe56f6af3e0 /doc/manual/building.rst
parent4f49a6444127801335dab049f0f0b4419d8d9cc1 (diff)
Update http:// links in the docs
[ci skip]
Diffstat (limited to 'doc/manual/building.rst')
-rw-r--r--doc/manual/building.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/building.rst b/doc/manual/building.rst
index 6d9a1ba95..b3dbc97bb 100644
--- a/doc/manual/building.rst
+++ b/doc/manual/building.rst
@@ -10,7 +10,7 @@ the build system, primarily due to lack of access. Please contact the
maintainer if you would like to build Botan on such a system.
Botan's build is controlled by configure.py, which is a `Python
-<http://www.python.org>`_ script. Python 2.6 or later is required.
+<https://www.python.org>`_ script. Python 2.6 or later is required.
.. highlight:: none
@@ -237,7 +237,7 @@ For Android
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Instructions for building the library on Android can be found
-`here <http://www.tiwoc.de/blog/2013/03/building-the-botan-library-for-android/>`_.
+`here <https://www.danielseither.de/blog/2013/03/building-the-botan-library-for-android/>`_.
Other Build-Related Tasks
----------------------------------------
@@ -334,7 +334,7 @@ distribution this build is from. Applications can test this value by
checking the string value of the macro ``BOTAN_DISTRIBUTION_INFO``. It
can be set using the ``--distribution-info`` flag to ``configure.py``,
and otherwise defaults to "unspecified". For instance, a `Gentoo
-<http://www.gentoo.org>`_ ebuild might set it with
+<https://www.gentoo.org>`_ ebuild might set it with
``--distribution-info="Gentoo ${PVR}"`` where ``${PVR}`` is an ebuild
variable automatically set to a combination of the library and ebuild
versions.