about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-03-29 03:36:50 -0700
committerbors <bors@rust-lang.org>2016-03-29 03:36:50 -0700
commit641204a408ecda8494adce213e1d5c65f4220756 (patch)
tree946b9c0f17b2275391dec9886031a6462d4d95a8 /src/libcore
parent161c541afdd18423940e97c7a02b517b1f6d61be (diff)
parent3bc91572403b5474ade4a671539f7da7013875d1 (diff)
Auto merge of #32564 - frewsxcv:patch-27, r=alexcrichton
Prefer HTTPS when linking to 131002.net.
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/hash/sip.rs2
1 files changed, 1 insertions, 1 deletions
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).