From 995a8ddb6dcbeb67d8999aedb545b1d304b73444 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Fri, 5 Dec 2025 08:37:19 +0000 Subject: [PATCH] Replace link to rust-random-hosted API docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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