Skip to content

Commit e9adf45

Browse files
committed
Switch documentation links to docs.rs
1 parent da3458b commit e9adf45

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
8-
documentation = "https://rust-random.github.io/rand/"
8+
documentation = "https://docs.rs/rand"
99
homepage = "https://crates.io/crates/rand"
1010
description = """
1111
Random number generators and other randomness functionality.

rand_chacha/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The Rand Project Developers", "The Rust Project Developers", "The Cr
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
8-
documentation = "https://rust-random.github.io/rand/rand_chacha/"
8+
documentation = "https://docs.rs/rand_chacha"
99
homepage = "https://crates.io/crates/rand_chacha"
1010
description = """
1111
ChaCha random number generator

rand_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
8-
documentation = "https://rust-random.github.io/rand/rand_core/"
8+
documentation = "https://docs.rs/rand_core"
99
homepage = "https://crates.io/crates/rand_core"
1010
description = """
1111
Core random number generator traits and tools for implementation.

rand_distr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The Rand Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
8-
documentation = "https://rust-random.github.io/rand/rand_distr/"
8+
documentation = "https://docs.rs/rand_distr"
99
homepage = "https://crates.io/crates/rand_distr"
1010
description = """
1111
Sampling from random number distributions

rand_hc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The Rand Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
8-
documentation = "https://rust-random.github.io/rand/rand_hc/"
8+
documentation = "https://docs.rs/rand_hc"
99
homepage = "https://crates.io/crates/rand_hc"
1010
description = """
1111
HC128 random number generator

rand_pcg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The Rand Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-random/rand"
8-
documentation = "https://rust-random.github.io/rand/rand_pcg/"
8+
documentation = "https://docs.rs/rand_pcg"
99
homepage = "https://crates.io/crates/rand_pcg"
1010
description = """
1111
Selected PCG random number generators

0 commit comments

Comments
 (0)