diff options
author | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 14:05:10 +0200 |
---|---|---|
committer | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 14:05:10 +0200 |
commit | 4e0061479a0b48d19074d56e0b25879582b97510 (patch) | |
tree | 822a3c1df9a9fbf22265f64bd56861474fb00549 | |
parent | 1c07ddf6911d3d2810d8d0c26e66862b8e385343 (diff) | |
download | cryptography-4e0061479a0b48d19074d56e0b25879582b97510.tar.gz cryptography-4e0061479a0b48d19074d56e0b25879582b97510.tar.bz2 cryptography-4e0061479a0b48d19074d56e0b25879582b97510.zip |
Fix ReST hyperlink markup
-rw-r--r-- | docs/development/c-bindings.rst | 2 |
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`. |