Skip to content

Commit c01aee7

Browse files
authored
Fix some links (#1571)
1 parent b36dc2a commit c01aee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Rand is a set of crates supporting (pseudo-)random generators:
1616

1717
With broad support for random value generation and random processes:
1818

19-
- [`StandardUniform`](https://docs.rs/rand/latest/rand/distributions/struct.StandardUniform.html) random value sampling,
20-
[`Uniform`](https://docs.rs/rand/latest/rand/distributions/struct.Uniform.html)-ranged value sampling
19+
- [`StandardUniform`](https://docs.rs/rand/latest/rand/distr/struct.StandardUniform.html) random value sampling,
20+
[`Uniform`](https://docs.rs/rand/latest/rand/distr/struct.Uniform.html)-ranged value sampling
2121
and [more](https://docs.rs/rand/latest/rand/distr/index.html)
2222
- Samplers for a large number of non-uniform random number distributions via our own
2323
[`rand_distr`](https://docs.rs/rand_distr) and via

0 commit comments

Comments
 (0)