aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 032746f3..865e4cb6 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -126,7 +126,7 @@ or `MacPorts`_:
Building cryptography with conda
--------------------------------
-Because of a bug in conda, attempting to install cryptography out of the box
+Because of a `bug in conda`_, attempting to install cryptography out of the box
will result in an error. This can be resolved by setting the
``DYLD_LIBRARY_PATH`` environment variable:
@@ -141,4 +141,5 @@ information, consult `Greg Wilson's blog post`_ on the subject.
.. _`Homebrew`: http://brew.sh
.. _`MacPorts`: http://www.macports.org
.. _`pre-compiled binaries`: https://www.openssl.org/related/binaries.html
+.. _`bug in conda`: https://github.com/conda/conda-recipes/issues/110
.. _`Greg Wilson's blog post`: http://software-carpentry.org/blog/2014/04/mr-biczo-was-right.html