linkfiy
diff --git a/docs/installation.rst b/docs/installation.rst
index 032746f..865e4cb 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -126,7 +126,7 @@
 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 @@
 .. _`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