diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-12 10:13:32 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-12 10:13:32 -0800 |
commit | ae9dc8b4c1ca40d3d38859cf06c411bc83e1665a (patch) | |
tree | ad421b1bcc88948c600d3c906ae8807ff816827a /docs/hazmat/bindings | |
parent | 5ee0d327ef4d128c2d457911d123be4a86214141 (diff) | |
download | cryptography-ae9dc8b4c1ca40d3d38859cf06c411bc83e1665a.tar.gz cryptography-ae9dc8b4c1ca40d3d38859cf06c411bc83e1665a.tar.bz2 cryptography-ae9dc8b4c1ca40d3d38859cf06c411bc83e1665a.zip |
Use the HTTPS verion of the link to cffi
Diffstat (limited to 'docs/hazmat/bindings')
-rw-r--r-- | docs/hazmat/bindings/openssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/bindings/openssl.rst b/docs/hazmat/bindings/openssl.rst index 194eeb92..d6bfa672 100644 --- a/docs/hazmat/bindings/openssl.rst +++ b/docs/hazmat/bindings/openssl.rst @@ -21,5 +21,5 @@ These are `CFFI`_ bindings to the `OpenSSL`_ C library. and access constants. -.. _`CFFI`: http://cffi.readthedocs.org/ +.. _`CFFI`: https://cffi.readthedocs.org/ .. _`OpenSSL`: https://www.openssl.org/ |