Skip to content

Commit 25eb5cd

Browse files
committed
Auto merge of #7770 - giraffate:fix_docs, r=alexcrichton
Fix some links - Remove unused link in doc. Follow up d1d0837. - Update the reference link in a message. Follow up dc81356.
2 parents 6e1ca92 + f37b9bd commit 25eb5cd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/cargo-platform/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl Platform {
9191
This key is not supported for selecting dependencies \
9292
and will not work as expected. \
9393
Use the [features] section instead: \
94-
https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section"
94+
https://doc.rust-lang.org/cargo/reference/features.html"
9595
)),
9696
_ => (),
9797
},

src/doc/src/reference/source-replacement.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies through the usage of [the `[patch]` key][overriding
2626
dependencies], and private registry support is described in [the Registries
2727
chapter][registries].
2828

29-
[replace-section]: manifest.md#the-replace-section
3029
[overriding dependencies]: overriding-dependencies.md
3130
[registries]: registries.md
3231

0 commit comments

Comments
 (0)