Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cargo/core/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite/overrides.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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] [..]
Expand Down