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/hazmat/bindings | |
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/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 a6d1c484..36255b52 100644 --- a/docs/hazmat/bindings/openssl.rst +++ b/docs/hazmat/bindings/openssl.rst @@ -46,4 +46,4 @@ OpenSSL. .. _`CFFI`: https://cffi.readthedocs.org/ .. _`OpenSSL`: https://www.openssl.org/ -.. _`thread safety facilities`: http://www.openssl.org/docs/crypto/threads.html +.. _`thread safety facilities`: https://www.openssl.org/docs/crypto/threads.html |