diff --git a/rand_core/README.md b/rand_core/README.md index 1a354e62e9a..b62329696db 100644 --- a/rand_core/README.md +++ b/rand_core/README.md @@ -7,7 +7,7 @@ This crate contains the core trait, `Rng`, and some extension traits. This should be sufficient for libraries publishing an RNG type, but most users should prefer to use the [rand] crate. -[Documentation](https://docs.rs/rand) +[Documentation](https://docs.rs/rand_core) ## Status