diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-16 20:27:35 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-16 20:27:35 -0800 |
commit | 543031abfa88fec66eeae7c9a71b8185e3bd8d8d (patch) | |
tree | 868307c581aa287ceb15cdbd3c25228801a79f33 | |
parent | 5e208e7be554cb5c132acef9754c54681e24fab9 (diff) | |
download | cryptography-543031abfa88fec66eeae7c9a71b8185e3bd8d8d.tar.gz cryptography-543031abfa88fec66eeae7c9a71b8185e3bd8d8d.tar.bz2 cryptography-543031abfa88fec66eeae7c9a71b8185e3bd8d8d.zip |
Fixed URL in the 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 |