Skip to content

Commit 399f975

Browse files
authored
Fix CHANGELOG link (#20)
Also remove link to https://rust-random.github.io/rand/rand/ pages since `rand_core` is no longer included there.
1 parent 98a7f88 commit 399f975

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Test Status](https://github.com/rust-random/rand_core/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rand_core/actions)
44
[![Latest version](https://img.shields.io/crates/v/rand_core.svg)](https://crates.io/crates/rand_core)
55
[![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/)
6-
[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand/rand_core)
76
[![API](https://docs.rs/rand_core/badge.svg)](https://docs.rs/rand_core)
87

98
Core traits and error types of the [rand] library, plus tools for implementing
@@ -21,9 +20,8 @@ prefer to use the main [rand] crate.
2120

2221
Links:
2322

24-
- [API documentation (master)](https://rust-random.github.io/rand/rand_core)
2523
- [API documentation (docs.rs)](https://docs.rs/rand_core)
26-
- [Changelog](https://github.com/rust-random/rand/blob/master/rand_core/CHANGELOG.md)
24+
- [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md)
2725

2826
[rand]: https://crates.io/crates/rand
2927

0 commit comments

Comments
 (0)