Fix broken links in cargo book
authorsteveklabnik <steve@steveklabnik.com>
Fri, 10 Nov 2017 16:14:05 +0000 (11:14 -0500)
committersteveklabnik <steve@steveklabnik.com>
Fri, 10 Nov 2017 16:14:05 +0000 (11:14 -0500)
src/doc/book/src/faq.md
src/doc/book/src/index.md
src/doc/book/src/reference/specifying-dependencies.md

index 7f13573fdc635a86d85f3779fb89ec57cee1595b..7ee2d2b7cbd5f374f9548e448fa4d328fc8bcee5 100644 (file)
@@ -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.
index 3668be0f95d96a82ca3bd152bd5e4f8608907e43..e3fc99c3a970b49aa8116f73fe82cfbbca89ceaf 100644 (file)
@@ -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.
 
index b4f81fa8b333f1d52b8794b42d0de188a8aca838..e58fa915c0bd6be899f314caae520cf80f6d63ee 100644 (file)
@@ -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"]