Skip to content

Commit

Permalink
Replace http with https
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkspirit committed Nov 10, 2018
1 parent dcd652c commit 3ea9395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ set.insert(2);

[chongo]: http://www.isthe.com/chongo/tech/comp/fnv/index.html
[faq]: https://www.rust-lang.org/en-US/faq.html#why-are-rusts-hashmaps-slow
[graphs]: http://cglab.ca/~abeinges/blah/hash-rs/
[graphs]: https://cglab.ca/~abeinges/blah/hash-rs/
2 changes: 1 addition & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
//!
//! [chongo]: http://www.isthe.com/chongo/tech/comp/fnv/index.html
//! [faq]: https://www.rust-lang.org/en-US/faq.html#why-are-rusts-hashmaps-slow
//! [graphs]: http://cglab.ca/~abeinges/blah/hash-rs/
//! [graphs]: https://cglab.ca/~abeinges/blah/hash-rs/


use std::default::Default;
Expand Down

0 comments on commit 3ea9395

Please sign in to comment.