Skip to content

Commit 1959b1a

Browse files
committed
Adjust homepage to point at the book
1 parent e9adf45 commit 1959b1a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
88
documentation = "https://docs.rs/rand"
9-
homepage = "https://crates.io/crates/rand"
9+
homepage = "https://rust-random.github.io/book"
1010
description = """
1111
Random number generators and other randomness functionality.
1212
"""

rand_chacha/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
88
documentation = "https://docs.rs/rand_chacha"
9-
homepage = "https://crates.io/crates/rand_chacha"
9+
homepage = "https://rust-random.github.io/book"
1010
description = """
1111
ChaCha random number generator
1212
"""

rand_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
88
documentation = "https://docs.rs/rand_core"
9-
homepage = "https://crates.io/crates/rand_core"
9+
homepage = "https://rust-random.github.io/book"
1010
description = """
1111
Core random number generator traits and tools for implementation.
1212
"""

rand_distr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
88
documentation = "https://docs.rs/rand_distr"
9-
homepage = "https://crates.io/crates/rand_distr"
9+
homepage = "https://rust-random.github.io/book"
1010
description = """
1111
Sampling from random number distributions
1212
"""

rand_hc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
88
documentation = "https://docs.rs/rand_hc"
9-
homepage = "https://crates.io/crates/rand_hc"
9+
homepage = "https://rust-random.github.io/book"
1010
description = """
1111
HC128 random number generator
1212
"""

rand_pcg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
88
documentation = "https://docs.rs/rand_pcg"
9-
homepage = "https://crates.io/crates/rand_pcg"
9+
homepage = "https://rust-random.github.io/book"
1010
description = """
1111
Selected PCG random number generators
1212
"""

0 commit comments

Comments
 (0)