Skip to content

Commit f40e712

Browse files
committed
DOC: Fix changelog link in ndarray-rand readme
1 parent 282475d commit f40e712

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

ndarray-rand/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Dependencies
2828

2929
``ndarray-rand`` depends on ``rand`` 0.7.
3030

31-
[`rand`](https://docs.rs/rand/0.7.0/rand/) and [`rand-distr`](https://docs.rs/rand_distr/0.2.1/rand_distr/) are
31+
[`rand`](https://docs.rs/rand/0.7.0/rand/) and [`rand-distr`](https://docs.rs/rand_distr/0.3/) are
3232
re-exported as sub-modules, `ndarray_rand::rand` and `ndarray_rand::rand_distr` respectively.
3333
Please rely on these submodules for guaranteed version compatibility.
3434

@@ -41,15 +41,7 @@ necessary trait).
4141
Recent changes
4242
==============
4343

44-
0.10.0
45-
------
46-
47-
- Require `rand` 0.7
48-
- Require Rust 1.32 or later
49-
- Re-export `rand` as a submodule, `ndarray_rand::rand`
50-
- Re-export `rand-distr` as a submodule, `ndarray_rand::rand_distr`
51-
52-
Check _[Changelogs](https://github.com/rust-ndarray/ndarray/ndarray-rand/RELEASES.md)_ to see
44+
Check _[RELEASES.md](https://github.com/rust-ndarray/ndarray/blob/master/ndarray-rand/RELEASES.md)_ to see
5345
the changes introduced in previous releases.
5446

5547

0 commit comments

Comments
 (0)