Skip to content

Commit 22db875

Browse files
committed
Correct reference link
Follow up d1d0837.
1 parent 2f52929 commit 22db875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cargo/core/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ To change the dependency graph via an override it's recommended to use the
419419
`[replace]` feature of Cargo instead of the path override feature. This is
420420
documented online at the url below for more information.
421421
422-
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#overriding-dependencies
422+
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html
423423
";
424424

425425
for dep in override_summary.dependencies() {

tests/testsuite/paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To change the dependency graph via an override it's recommended to use the
6868
`[replace]` feature of Cargo instead of the path override feature. This is
6969
documented online at the url below for more information.
7070
71-
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#overriding-dependencies
71+
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html
7272
7373
[DOWNLOADING] crates ...
7474
[DOWNLOADED] [..]

0 commit comments

Comments
 (0)