]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - doc/source/requirements.rst
doc: http -> https in links.
[dunshire.git] / doc / source / requirements.rst
index e690e7f825a0ba3903a32d432c9fc44ca6dedead..19f787112735c8a7a0813808f2880790bd62bcc1 100644 (file)
@@ -4,7 +4,7 @@ Requirements
 Dunshire is a Python library, so it needs a Python interpreter. To
 "build" it, you'll need `Setuptools
 <https://pypi.python.org/pypi/setuptools>`_. The only other requirement
-is the `CVXOPT <http://cvxopt.org/>`_ library, available for most Linux
+is the `CVXOPT <https://cvxopt.org/>`_ library, available for most Linux
 distributions. Dunshire is targeted at python-3.x, but python-2.x will
 probably work too.
 
@@ -19,4 +19,4 @@ Developers will also want:
 * `GNU Make <https://www.gnu.org/software/make/>`_ for convenience
   and to build the documentation.
 * `Pylint <https://www.pylint.org/>`_ for code warnings.
-* `Sphinx <http://www.sphinx-doc.org>`_ to build the documentation.
+* `Sphinx <https://www.sphinx-doc.org/>`_ to build the documentation.