From 22db875b0ebfc2544d503671cdce470c4d5cb820 Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Mon, 23 Dec 2019 12:00:22 +0900 Subject: [PATCH] Correct reference link Follow up d1d083789. --- src/cargo/core/registry.rs | 2 +- tests/testsuite/paths.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cargo/core/registry.rs b/src/cargo/core/registry.rs index 98dd68cc2..cbfb5dc05 100644 --- a/src/cargo/core/registry.rs +++ b/src/cargo/core/registry.rs @@ -419,7 +419,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. -https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#overriding-dependencies +https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html "; for dep in override_summary.dependencies() { diff --git a/tests/testsuite/paths.rs b/tests/testsuite/paths.rs index 448376833..22ca5ea94 100644 --- a/tests/testsuite/paths.rs +++ b/tests/testsuite/paths.rs @@ -68,7 +68,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. -https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#overriding-dependencies +https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html [DOWNLOADING] crates ... [DOWNLOADED] [..]