diff options
author | David Reid <dreid@dreid.org> | 2013-12-12 10:54:21 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2013-12-12 10:54:21 -0800 |
commit | 4474be6678f6b77fdcf2bc692d3bf3ccfdd54c5f (patch) | |
tree | a6254ad2f8c25b14ad2f5b78e4699058d3a326b0 /docs | |
parent | d6dfa80cb6225783001aebfc804574ec719b1d12 (diff) | |
parent | ae9dc8b4c1ca40d3d38859cf06c411bc83e1665a (diff) | |
download | cryptography-4474be6678f6b77fdcf2bc692d3bf3ccfdd54c5f.tar.gz cryptography-4474be6678f6b77fdcf2bc692d3bf3ccfdd54c5f.tar.bz2 cryptography-4474be6678f6b77fdcf2bc692d3bf3ccfdd54c5f.zip |
Merge pull request #297 from alex/https-links
Use the HTTPS verion of the link to cffi
Diffstat (limited to 'docs')
-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/ |