Fix link to hello-cargo in the book

It was moved in #29538.
This commit is contained in:
Oliver Middleton 2016-01-25 18:34:34 +00:00
parent 86ffe5d18f
commit 03681b16ce

View File

@ -1512,7 +1512,7 @@ and [`rustc-serialize`](https://crates.io/crates/rustc-serialize) crates.
We're not going to spend a lot of time on setting up a project with
Cargo because it is already covered well in [the Cargo
section](../book/hello-cargo.html) and [Cargo's documentation][14].
section](getting-started.html#hello-cargo) and [Cargo's documentation][14].
To get started from scratch, run `cargo new --bin city-pop` and make sure your
`Cargo.toml` looks something like this: