commit | 4e0061479a0b48d19074d56e0b25879582b97510 | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.cc> | Mon Jun 23 14:05:10 2014 +0200 |
committer | Laurens Van Houtven <_@lvh.cc> | Mon Jun 23 14:05:10 2014 +0200 |
tree | 822a3c1df9a9fbf22265f64bd56861474fb00549 | |
parent | 1c07ddf6911d3d2810d8d0c26e66862b8e385343 [diff] [blame] |
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`.