diff --git a/src/cargo/core/registry.rs b/src/cargo/core/registry.rs index aa1a805add6..27c617e4817 100644 --- a/src/cargo/core/registry.rs +++ b/src/cargo/core/registry.rs @@ -354,7 +354,7 @@ To change the dependency graph via an override it's recommended to use the `[replace]` feature of Cargo instead of the path override feature. This is documented online at the url below for more information. -http://doc.crates.io/specifying-dependencies.html#overriding-dependencies +https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#overriding-dependencies "; for dep in override_summary.dependencies() { diff --git a/tests/testsuite/overrides.rs b/tests/testsuite/overrides.rs index 90c43f595e0..ded852c496f 100644 --- a/tests/testsuite/overrides.rs +++ b/tests/testsuite/overrides.rs @@ -830,7 +830,7 @@ To change the dependency graph via an override it's recommended to use the `[replace]` feature of Cargo instead of the path override feature. This is documented online at the url below for more information. -http://doc.crates.io/specifying-dependencies.html#overriding-dependencies +https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#overriding-dependencies [DOWNLOADING] [..] [COMPILING] [..]