Skip to content

Commit

Permalink
Auto merge of #4710 - steveklabnik:fix-broken-links, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Fix broken links in cargo book

Needed to address failures in rust-lang/rust#45692
  • Loading branch information
bors committed Nov 11, 2017
2 parents 618f55a + 616c6b9 commit b8e0b8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/doc/book/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ on the platform. Cargo also supports [platform-specific
dependencies][target-deps], and we plan to support more per-platform
configuration in `Cargo.toml` in the future.

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

In the longer-term, we’re looking at ways to conveniently cross-compile
projects using Cargo.
Expand Down
2 changes: 1 addition & 1 deletion src/doc/book/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies, compiles your project, makes packages, and upload them to

### Sections

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/doc/book/src/reference/specifying-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Path overrides are specified through `.cargo/config` instead of `Cargo.toml`,
and you can find [more documentation about this configuration][config-docs].
Inside of `.cargo/config` you'll specify a key called `paths`:

[config-docs]: config.html
[config-docs]: reference/config.html

```toml
paths = ["/path/to/uuid"]
Expand Down

0 comments on commit b8e0b8f

Please sign in to comment.