Skip to content

Commit 54159e8

Browse files
committed
Fix a doc link
1 parent 86c9c51 commit 54159e8

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
@@ -354,7 +354,7 @@ To change the dependency graph via an override it's recommended to use the
354354
`[replace]` feature of Cargo instead of the path override feature. This is
355355
documented online at the url below for more information.
356356
357-
http://doc.crates.io/specifying-dependencies.html#overriding-dependencies
357+
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#overriding-dependencies
358358
";
359359

360360
for dep in override_summary.dependencies() {

tests/testsuite/overrides.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ To change the dependency graph via an override it's recommended to use the
830830
`[replace]` feature of Cargo instead of the path override feature. This is
831831
documented online at the url below for more information.
832832
833-
http://doc.crates.io/specifying-dependencies.html#overriding-dependencies
833+
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#overriding-dependencies
834834
835835
[DOWNLOADING] [..]
836836
[COMPILING] [..]

0 commit comments

Comments
 (0)