diff options
-rw-r--r-- | docs/development/getting-started.rst | 2 | ||||
-rw-r--r-- | docs/installation.rst | 2 |
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 |