diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index c9ef469c091..a889a2f901d 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -127,7 +127,7 @@ A hash object has the following methods: http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf The FIPS 180-2 publication on Secure Hash Algorithms. - http://www.cryptography.com/cnews/hash.html - Hash Collision FAQ with information on which algorithms have known issues and + http://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms + Wikipedia article with information on which algorithms have known issues and what that means regarding their use.