Skip to content

Commit 2100f8f

Browse files
authored
Update links to point at the rngs repo (#106)
Fixes #105.
1 parent 16c6672 commit 2100f8f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

rand_chacha/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.10.0"
44
authors = ["The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
7-
repository = "https://github.com/rust-random/rand"
7+
repository = "https://github.com/rust-random/rngs"
88
documentation = "https://docs.rs/rand_chacha"
99
homepage = "https://rust-random.github.io/book"
1010
description = """

rand_chacha/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rand_chacha
22

3-
[![Test Status](https://github.com/rust-random/rand/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rand/actions)
3+
[![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions)
44
[![Latest version](https://img.shields.io/crates/v/rand_chacha.svg)](https://crates.io/crates/rand_chacha)
55
[![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/)
66
[![API](https://docs.rs/rand_chacha/badge.svg)](https://docs.rs/rand_chacha)
@@ -22,7 +22,7 @@ the [`c2-chacha`](https://crates.io/crates/c2-chacha) crate.
2222
Links:
2323

2424
- [API documentation (docs.rs)](https://docs.rs/rand_chacha)
25-
- [Changelog](https://github.com/rust-random/rand/blob/master/rand_chacha/CHANGELOG.md)
25+
- [Changelog](https://github.com/rust-random/rngs/blob/master/rand_chacha/CHANGELOG.md)
2626

2727
[rand]: https://crates.io/crates/rand
2828
[^1]: D. J. Bernstein, [*ChaCha, a variant of Salsa20*](

rand_pcg/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rand_pcg
22

3-
[![Test Status](https://github.com/rust-random/rand/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rand/actions)
3+
[![Test Status](https://github.com/rust-random/rngs/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/rust-random/rngs/actions)
44
[![Latest version](https://img.shields.io/crates/v/rand_pcg.svg)](https://crates.io/crates/rand_pcg)
55
[![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/)
66
[![API](https://docs.rs/rand_pcg/badge.svg)](https://docs.rs/rand_pcg)
@@ -20,7 +20,7 @@ part of the [Rand project](https://github.com/rust-random/rand).
2020
Links:
2121

2222
- [API documentation (docs.rs)](https://docs.rs/rand_pcg)
23-
- [Changelog](https://github.com/rust-random/rand/blob/master/rand_pcg/CHANGELOG.md)
23+
- [Changelog](https://github.com/rust-random/rngs/blob/master/rand_pcg/CHANGELOG.md)
2424

2525

2626
## Crate Features

0 commit comments

Comments
 (0)