diff --git a/crates/cargo-platform/src/lib.rs b/crates/cargo-platform/src/lib.rs index e647643ca16..bafa2b6f338 100644 --- a/crates/cargo-platform/src/lib.rs +++ b/crates/cargo-platform/src/lib.rs @@ -91,7 +91,7 @@ impl Platform { This key is not supported for selecting dependencies \ and will not work as expected. \ Use the [features] section instead: \ - https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section" + https://doc.rust-lang.org/cargo/reference/features.html" )), _ => (), }, diff --git a/src/doc/src/reference/source-replacement.md b/src/doc/src/reference/source-replacement.md index 5f5ca237807..7e59ff96735 100644 --- a/src/doc/src/reference/source-replacement.md +++ b/src/doc/src/reference/source-replacement.md @@ -26,7 +26,6 @@ dependencies through the usage of [the `[patch]` key][overriding dependencies], and private registry support is described in [the Registries chapter][registries]. -[replace-section]: manifest.md#the-replace-section [overriding dependencies]: overriding-dependencies.md [registries]: registries.md