commit | e9df2943a72fb256563510c64cde264c54ea0e12 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Dec 12 10:56:26 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Dec 12 10:56:26 2014 -0800 |
tree | 7edc4a4972a53d713d809e14b171d3e73857e129 | |
parent | cc927a248eb7dca939bfb460a835705d70850378 [diff] [blame] |
Use HTTPS for a number of URLs in the docs
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst index 10d5fc1..993a4ab 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: https://cffi.readthedocs.org Bindings live in :py:mod:`cryptography.hazmat.bindings`.