Skip to content

Commit 03b0517

Browse files
committed
DOC: Fix rand_distr link version in ndarray-rand docs
1 parent f40e712 commit 03b0517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ndarray-rand/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//! convenience.
2222
//!
2323
//! [rand]: https://docs.rs/rand/0.7
24-
//! [rand_distr]: https://docs.rs/rand_distr/0.2
24+
//! [rand_distr]: https://docs.rs/rand_distr/0.3
2525
//!
2626
//! If you want to use a random number generator or distribution from another crate
2727
//! with `ndarray-rand`, you need to make sure that the other crate also depends on the
@@ -44,7 +44,7 @@ pub mod rand {
4444
pub use rand::*;
4545
}
4646

47-
/// [`rand-distr`](https://docs.rs/rand_distr/0.2), re-exported for convenience and version-compatibility.
47+
/// [`rand-distr`](https://docs.rs/rand_distr/0.3), re-exported for convenience and version-compatibility.
4848
pub mod rand_distr {
4949
pub use rand_distr::*;
5050
}

0 commit comments

Comments
 (0)