You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Rand **is not**:
41
41
and [oorandom](https://crates.io/crates/oorandom).
42
42
- Primarily a cryptographic library. `rand` does provide some generators which
43
43
aim to support unpredictable value generation under certain constraints;
44
-
see [SECURITY.md](SECURITY.md) for details.
44
+
see [SECURITY.md](https://github.com/rust-random/rand/blob/master/SECURITY.md) for details.
45
45
Users are expected to determine for themselves
46
46
whether `rand`'s functionality meets their own security requirements.
47
47
@@ -59,7 +59,7 @@ which minimise breakage) but not yet at 1.0. Current versions are:
59
59
60
60
- Version 0.9 was released in January 2025.
61
61
62
-
See the [CHANGELOG](CHANGELOG.md) or [Upgrade Guide](https://rust-random.github.io/book/update.html) for more details.
62
+
See the [CHANGELOG](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) or [Upgrade Guide](https://rust-random.github.io/book/update.html) for more details.
63
63
64
64
## Crate Features
65
65
@@ -114,7 +114,7 @@ Alternatively, the `os_rng` feature may be disabled.
114
114
Rand is distributed under the terms of both the MIT license and the
115
115
Apache License (Version 2.0).
116
116
117
-
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and
118
-
[COPYRIGHT](COPYRIGHT) for details.
117
+
See [LICENSE-APACHE](https://github.com/rust-random/rand/blob/master/LICENSE-APACHE) and [LICENSE-MIT](https://github.com/rust-random/rand/blob/master/LICENSE-MIT), and
118
+
[COPYRIGHT](https://github.com/rust-random/rand/blob/master/COPYRIGHT) for details.
0 commit comments