Switch documentation links to docs.rs

This commit is contained in:
Diggory Hardy 2020-12-15 10:08:34 +00:00
parent da3458becb
commit e9adf451c5
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ authors = ["The Rand Project Developers", "The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
documentation = "https://rust-random.github.io/rand/"
documentation = "https://docs.rs/rand"
homepage = "https://crates.io/crates/rand"
description = """
Random number generators and other randomness functionality.

View File

@ -5,7 +5,7 @@ authors = ["The Rand Project Developers", "The Rust Project Developers", "The Cr
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
documentation = "https://rust-random.github.io/rand/rand_chacha/"
documentation = "https://docs.rs/rand_chacha"
homepage = "https://crates.io/crates/rand_chacha"
description = """
ChaCha random number generator

View File

@ -5,7 +5,7 @@ authors = ["The Rand Project Developers", "The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
documentation = "https://rust-random.github.io/rand/rand_core/"
documentation = "https://docs.rs/rand_core"
homepage = "https://crates.io/crates/rand_core"
description = """
Core random number generator traits and tools for implementation.

View File

@ -5,7 +5,7 @@ authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
documentation = "https://rust-random.github.io/rand/rand_distr/"
documentation = "https://docs.rs/rand_distr"
homepage = "https://crates.io/crates/rand_distr"
description = """
Sampling from random number distributions

View File

@ -5,7 +5,7 @@ authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
documentation = "https://rust-random.github.io/rand/rand_hc/"
documentation = "https://docs.rs/rand_hc"
homepage = "https://crates.io/crates/rand_hc"
description = """
HC128 random number generator

View File

@ -5,7 +5,7 @@ authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-random/rand"
documentation = "https://rust-random.github.io/rand/rand_pcg/"
documentation = "https://docs.rs/rand_pcg"
homepage = "https://crates.io/crates/rand_pcg"
description = """
Selected PCG random number generators