From 9f28a32a363bb300cfaf1a1fafe98479ebf5e932 Mon Sep 17 00:00:00 2001 From: funkill2 Date: Tue, 17 Nov 2020 04:00:22 +0300 Subject: [PATCH] update original --- rustbook-en/src/ch08-03-hash-maps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustbook-en/src/ch08-03-hash-maps.md b/rustbook-en/src/ch08-03-hash-maps.md index 5abadbd8a..b3f993513 100644 --- a/rustbook-en/src/ch08-03-hash-maps.md +++ b/rustbook-en/src/ch08-03-hash-maps.md @@ -219,7 +219,7 @@ necessarily have to implement your own hasher from scratch; [crates.io](https://crates.io/) has libraries shared by other Rust users that provide hashers implementing many common hashing algorithms. -[^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) ## Summary