Skip to content

Fix broken links in cargo book #4710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 11, 2017
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/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