aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-11-06 04:30:36 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-11-06 17:30:36 +0800
commit769d5c66be493bdf6ed684cfb79a7ef4ec9f3194 (patch)
tree6dc7632e4bbce38c53bdba09e46a4316805c8d2b
parentb94cacf2ae6e75e4007a79709bbf5360435b512d (diff)
downloadcryptography-769d5c66be493bdf6ed684cfb79a7ef4ec9f3194.tar.gz
cryptography-769d5c66be493bdf6ed684cfb79a7ef4ec9f3194.tar.bz2
cryptography-769d5c66be493bdf6ed684cfb79a7ef4ec9f3194.zip
Use the canonical host for two urls on the OpenSSL website (#3219)
-rw-r--r--docs/development/getting-started.rst2
-rw-r--r--docs/installation.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index ea21f5e6..dc558936 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -120,7 +120,7 @@ The HTML documentation index can now be found at
.. _`Homebrew`: http://brew.sh
.. _`MacPorts`: https://www.macports.org
-.. _`OpenSSL`: https://openssl.org
+.. _`OpenSSL`: https://www.openssl.org
.. _`pytest`: https://pypi.python.org/pypi/pytest
.. _`tox`: https://pypi.python.org/pypi/tox
.. _`virtualenv`: https://pypi.python.org/pypi/virtualenv
diff --git a/docs/installation.rst b/docs/installation.rst
index 6aff5a78..7f69f51e 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -274,5 +274,5 @@ information, consult `Greg Wilson's blog post`_ on the subject.
.. _`bug in conda`: https://github.com/conda/conda-recipes/issues/110
.. _`Greg Wilson's blog post`: https://software-carpentry.org/blog/2014/04/mr-biczo-was-right.html
.. _virtualenv: https://virtualenv.pypa.io/en/latest/
-.. _openssl.org: https://openssl.org/source/
+.. _openssl.org: https://www.openssl.org/source/
.. _`wheel cache`: https://pip.pypa.io/en/stable/reference/pip_install/#caching