We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13e1c05 + b5ee0a6 commit a190438Copy full SHA for a190438
src/ch08-03-hash-maps.md
@@ -219,7 +219,7 @@ necessarily have to implement your own hasher from scratch;
219
[crates.io](https://crates.io/) has libraries shared by other Rust users that
220
provide hashers implementing many common hashing algorithms.
221
222
-[^siphash]: [https://www.131002.net/siphash/siphash.pdf](https://www.131002.net/siphash/siphash.pdf)
+[^siphash]: [https://en.wikipedia.org/wiki/SipHash](https://en.wikipedia.org/wiki/SipHash)
223
224
## Summary
225
0 commit comments