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.
### 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.
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"]