aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2014-06-23 14:05:10 +0200
committerLaurens Van Houtven <_@lvh.cc>2014-06-23 14:05:10 +0200
commit4e0061479a0b48d19074d56e0b25879582b97510 (patch)
tree822a3c1df9a9fbf22265f64bd56861474fb00549 /docs/development
parent1c07ddf6911d3d2810d8d0c26e66862b8e385343 (diff)
downloadcryptography-4e0061479a0b48d19074d56e0b25879582b97510.tar.gz
cryptography-4e0061479a0b48d19074d56e0b25879582b97510.tar.bz2
cryptography-4e0061479a0b48d19074d56e0b25879582b97510.zip
Fix ReST hyperlink markup
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/c-bindings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
index 3fad00ff..910f4d3d 100644
--- a/docs/development/c-bindings.rst
+++ b/docs/development/c-bindings.rst
@@ -3,7 +3,7 @@ C bindings
C bindings are bindings to C libraries, using cffi_ whenever possible.
-.. _cffi:: http://cffi.readthedocs.org
+.. _cffi: http://cffi.readthedocs.org
Bindings live in :py:mod:`cryptography.hazmat.bindings`.