diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-12 10:56:26 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-12 10:56:26 -0800 |
commit | e9df2943a72fb256563510c64cde264c54ea0e12 (patch) | |
tree | 7edc4a4972a53d713d809e14b171d3e73857e129 /docs/development/c-bindings.rst | |
parent | cc927a248eb7dca939bfb460a835705d70850378 (diff) | |
download | cryptography-e9df2943a72fb256563510c64cde264c54ea0e12.tar.gz cryptography-e9df2943a72fb256563510c64cde264c54ea0e12.tar.bz2 cryptography-e9df2943a72fb256563510c64cde264c54ea0e12.zip |
Use HTTPS for a number of URLs in the docs
Diffstat (limited to 'docs/development/c-bindings.rst')
-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 10d5fc10..993a4ab2 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: https://cffi.readthedocs.org Bindings live in :py:mod:`cryptography.hazmat.bindings`. |