diff --git a/README.md b/README.md index c512dd3..66ae50b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ println!("First value: {}", rng.next_u32()); [SipHash]: https://en.wikipedia.org/wiki/SipHash [rand]: https://github.com/rust-random/rand -[`rand_core::SeedableRng`]: https://rust-random.github.io/rand/rand_core/trait.SeedableRng.html +[`rand_core::SeedableRng`]: https://docs.rs/rand_core/latest/rand_core/trait.SeedableRng.html # License