Skip to content

Commit

Permalink
Fix link to hello-cargo in the book
Browse files Browse the repository at this point in the history
It was moved in rust-lang#29538.
  • Loading branch information
ollie27 committed Jan 25, 2016
1 parent 86ffe5d commit 03681b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 03681b1

Please sign in to comment.