File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
6
6
readme = " README.md"
7
7
repository = " https://github.com/rust-lang-nursery/rand"
8
8
documentation = " https://docs.rs/rand"
9
- homepage = " https://github.com/rust-lang-nursery /rand"
9
+ homepage = " https://crates.io/crates /rand"
10
10
description = """
11
11
Random number generators and other randomness functionality.
12
12
"""
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ authors = ["The Rust Project Developers"]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
7
7
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 "
10
10
description = """
11
11
Core random number generator traits and tools for implementation.
12
12
"""
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ prefer to use the main [rand] crate.
16
16
17
17
[ Documentation] ( https://docs.rs/rand-core )
18
18
19
- [ rand ] : ..
19
+ [ rand ] : ../README.md
20
20
21
21
22
22
# License
You can’t perform that action at this time.
0 commit comments