Use https rather than http for several URLs.

This commit is contained in:
Dan Gohman
2018-03-05 05:47:56 -08:00
parent 6e94e70f30
commit bf480c341b
8 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ Cretonne Code Generator
=======================
Cretonne is a low-level retargetable code generator. It translates a `target-independent
intermediate language <http://cretonne.readthedocs.io/en/latest/langref.html>`_ into executable
intermediate language <https://cretonne.readthedocs.io/en/latest/langref.html>`_ into executable
machine code.
*This is a work in progress that is not yet functional.*
@@ -61,7 +61,7 @@ Building the documentation
--------------------------
To build the Cretonne documentation, you need the `Sphinx documentation
generator <http://www.sphinx-doc.org/>`_::
generator <https://www.sphinx-doc.org/>`_::
$ pip install sphinx sphinx-autobuild sphinx_rtd_theme
$ cd cretonne/docs