From 3bc91572403b5474ade4a671539f7da7013875d1 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 28 Mar 2016 18:08:00 -0400 Subject: [PATCH] Prefer HTTPS when linking to 131002.net. --- src/libcore/hash/sip.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/hash/sip.rs b/src/libcore/hash/sip.rs index a1a306d5c7d..fd1dab7a1f0 100644 --- a/src/libcore/hash/sip.rs +++ b/src/libcore/hash/sip.rs @@ -17,7 +17,7 @@ use super::Hasher; /// An implementation of SipHash 2-4. /// -/// See: http://131002.net/siphash/ +/// See: https://131002.net/siphash/ /// /// This is currently the default hashing function used by standard library /// (eg. `collections::HashMap` uses it by default).