Skip to content

Commit 139eca5

Browse files
committed
rand-core: update homepage location and fix relative link
1 parent bed1703 commit 139eca5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

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

rand-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rust-lang-nursery/rand"
8-
documentation = "https://docs.rs/rand"
9-
homepage = "https://github.com/rust-lang-nursery/rand"
8+
documentation = "https://docs.rs/rand-core"
9+
homepage = "https://crates.io/crates/rand-core"
1010
description = """
1111
Core random number generator traits and tools for implementation.
1212
"""

rand-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ prefer to use the main [rand] crate.
1616

1717
[Documentation](https://docs.rs/rand-core)
1818

19-
[rand]: ..
19+
[rand]: ../README.md
2020

2121

2222
# License

0 commit comments

Comments
 (0)