Skip to content

Commit f812984

Browse files
readme: replace relative links with absolute (#1627)
1 parent d468501 commit f812984

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Rand **is not**:
4141
and [oorandom](https://crates.io/crates/oorandom).
4242
- Primarily a cryptographic library. `rand` does provide some generators which
4343
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.
4545
Users are expected to determine for themselves
4646
whether `rand`'s functionality meets their own security requirements.
4747

@@ -59,7 +59,7 @@ which minimise breakage) but not yet at 1.0. Current versions are:
5959

6060
- Version 0.9 was released in January 2025.
6161

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.
6363

6464
## Crate Features
6565

@@ -114,7 +114,7 @@ Alternatively, the `os_rng` feature may be disabled.
114114
Rand is distributed under the terms of both the MIT license and the
115115
Apache License (Version 2.0).
116116

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.
119119

120120
[getrandom]: https://crates.io/crates/getrandom

0 commit comments

Comments
 (0)