diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-17 08:09:15 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-17 08:09:15 -0600 |
commit | 42de05cbf5b91a3c3c20158eb387b7c7dc6e8dd0 (patch) | |
tree | 868307c581aa287ceb15cdbd3c25228801a79f33 /docs | |
parent | 5e208e7be554cb5c132acef9754c54681e24fab9 (diff) | |
parent | 543031abfa88fec66eeae7c9a71b8185e3bd8d8d (diff) | |
download | cryptography-42de05cbf5b91a3c3c20158eb387b7c7dc6e8dd0.tar.gz cryptography-42de05cbf5b91a3c3c20158eb387b7c7dc6e8dd0.tar.bz2 cryptography-42de05cbf5b91a3c3c20158eb387b7c7dc6e8dd0.zip |
Merge pull request #1667 from alex/update-url
Fixed URL in the docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 1cbf60ee..eafacf24 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -610,6 +610,6 @@ Interfaces used by the symmetric cipher modes described in .. _`Communications Security Establishment`: http://www.cse-cst.gc.ca .. _`encrypt`: https://ssd.eff.org/tech/encryption .. _`CRYPTREC`: http://www.cryptrec.go.jp/english/ -.. _`significant patterns in the output`: https://en.wikipedia.org/wiki/Cipher_block_chaining#Electronic_codebook_.28ECB.29 +.. _`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 |