From 54159e84ce0526f27b2425b85562f7f8ef464310 Mon Sep 17 00:00:00 2001 From: Tobias Bucher Date: Tue, 4 Sep 2018 10:36:50 +0200 Subject: [PATCH] Fix a doc link --- src/cargo/core/registry.rs | 2 +- tests/testsuite/overrides.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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] [..]