Skip to content

Commit a190438

Browse files
authored
Merge pull request #2503 from aedeny/patch-1
Change SipHash not found (404) link to SipHash in Wikipedia
2 parents 13e1c05 + b5ee0a6 commit a190438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch08-03-hash-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ necessarily have to implement your own hasher from scratch;
219219
[crates.io](https://crates.io/) has libraries shared by other Rust users that
220220
provide hashers implementing many common hashing algorithms.
221221

222-
[^siphash]: [https://www.131002.net/siphash/siphash.pdf](https://www.131002.net/siphash/siphash.pdf)
222+
[^siphash]: [https://en.wikipedia.org/wiki/SipHash](https://en.wikipedia.org/wiki/SipHash)
223223

224224
## Summary
225225

0 commit comments

Comments
 (0)