aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/c-bindings.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-12 20:24:27 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-12 20:24:27 -0600
commit963349078dc09ca36f5d7ad25e182ff11f6bb106 (patch)
tree3bdb9ac6ed9e08d8e4a0fa3462a667376dc77eb2 /docs/development/c-bindings.rst
parent0b58692bcb773d68bc234cc30115c5548ff4340d (diff)
parente9df2943a72fb256563510c64cde264c54ea0e12 (diff)
downloadcryptography-963349078dc09ca36f5d7ad25e182ff11f6bb106.tar.gz
cryptography-963349078dc09ca36f5d7ad25e182ff11f6bb106.tar.bz2
cryptography-963349078dc09ca36f5d7ad25e182ff11f6bb106.zip
Merge pull request #1520 from alex/https-all-the-things
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.rst2
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`.