Fix ReST hyperlink markup
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
index 3fad00f..910f4d3 100644
--- a/docs/development/c-bindings.rst
+++ b/docs/development/c-bindings.rst
@@ -3,7 +3,7 @@
 
 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`.