diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-11-06 10:13:35 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-11-06 23:13:35 +0800 |
commit | e51236d7c0b5432f3e79fc025de6c9c8eb28f210 (patch) | |
tree | b26c0f6b2e53adea01155edfa0cf135c6224193c /docs/hazmat | |
parent | 15c2938c712ecae0da5ded48062a4805b02d53cf (diff) | |
download | cryptography-e51236d7c0b5432f3e79fc025de6c9c8eb28f210.tar.gz cryptography-e51236d7c0b5432f3e79fc025de6c9c8eb28f210.tar.bz2 cryptography-e51236d7c0b5432f3e79fc025de6c9c8eb28f210.zip |
Last pass over fixing the links (#3224)
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/bindings/openssl.rst | 2 | ||||
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/bindings/openssl.rst b/docs/hazmat/bindings/openssl.rst index 8aef4883..482cfaf8 100644 --- a/docs/hazmat/bindings/openssl.rst +++ b/docs/hazmat/bindings/openssl.rst @@ -45,4 +45,4 @@ OpenSSL. .. _`CFFI`: https://cffi.readthedocs.io .. _`OpenSSL`: https://www.openssl.org/ -.. _`thread safety facilities`: https://www.openssl.org/docs/manmaster/crypto/threads.html +.. _`thread safety facilities`: https://www.openssl.org/docs/man1.0.2/crypto/threads.html diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 657e7060..24b2c045 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -613,4 +613,4 @@ Interfaces used by the symmetric cipher modes described in .. _`CRYPTREC`: https://www.cryptrec.go.jp/english/ .. _`significant patterns in the output`: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Electronic_Codebook_.28ECB.29 .. _`International Data Encryption Algorithm`: https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm -.. _`OpenPGP`: http://www.openpgp.org +.. _`OpenPGP`: http://openpgp.org |