Skip to content

Commit 86134e7

Browse files
committed
Auto merge of #7739 - giraffate:follow_up_d1d083789, r=Eh2406
Correct reference link Follow up d1d0837.
2 parents b42bec7 + 22db875 commit 86134e7

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)