Skip to content

Commit b8e0b8f

Browse files
committed
Auto merge of #4710 - steveklabnik:fix-broken-links, r=Mark-Simulacrum
Fix broken links in cargo book Needed to address failures in rust-lang/rust#45692
2 parents 618f55a + 616c6b9 commit b8e0b8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/doc/book/src/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ on the platform. Cargo also supports [platform-specific
7474
dependencies][target-deps], and we plan to support more per-platform
7575
configuration in `Cargo.toml` in the future.
7676

77-
[target-deps]: reference/manifest.html#the-dependencies-section
77+
[target-deps]: reference/specifying-dependencies.html#platform-specific-dependencies
7878

7979
In the longer-term, we’re looking at ways to conveniently cross-compile
8080
projects using Cargo.

src/doc/book/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies, compiles your project, makes packages, and upload them to
99

1010
### Sections
1111

12-
**[Getting Started](getting-started.html)**
12+
**[Getting Started](getting-started/index.html)**
1313

1414
To get started with Cargo, install Cargo (and Rust) and set up your first crate.
1515

src/doc/book/src/reference/specifying-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Path overrides are specified through `.cargo/config` instead of `Cargo.toml`,
384384
and you can find [more documentation about this configuration][config-docs].
385385
Inside of `.cargo/config` you'll specify a key called `paths`:
386386

387-
[config-docs]: config.html
387+
[config-docs]: reference/config.html
388388

389389
```toml
390390
paths = ["/path/to/uuid"]

0 commit comments

Comments
 (0)