From 03681b16ce1fd5c36069363ef8134f36b01a9022 Mon Sep 17 00:00:00 2001 From: Oliver Middleton Date: Mon, 25 Jan 2016 18:34:34 +0000 Subject: [PATCH] Fix link to hello-cargo in the book It was moved in #29538. --- src/doc/book/error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/error-handling.md b/src/doc/book/error-handling.md index 9b1d16170b9..40891dbe191 100644 --- a/src/doc/book/error-handling.md +++ b/src/doc/book/error-handling.md @@ -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: