]> git.lizzy.rs Git - rust.git/commitdiff
Replace link to learn-rust in the book
authorOliver Middleton <olliemail27@gmail.com>
Mon, 25 Jan 2016 18:40:28 +0000 (18:40 +0000)
committerOliver Middleton <olliemail27@gmail.com>
Mon, 25 Jan 2016 18:40:28 +0000 (18:40 +0000)
It was removed in #30595.
Also delete the old learn-rust.md.

src/doc/book/getting-started.md
src/doc/book/learn-rust.md [deleted file]

index 77d468254b6c5d1ffba9fbe2b9e28f8033c6475b..ed4d7cc40bed602b120e55ef56b98348d9349c21 100644 (file)
@@ -604,11 +604,11 @@ This chapter covered the basics that will serve you well through the rest of
 this book, and the rest of your time with Rust. Now that you’ve got the tools
 down, we'll cover more about the Rust language itself.
 
-You have two options: Dive into a project with ‘[Learn Rust][learnrust]’, or
+You have two options: Dive into a project with ‘[Tutorial: Guessing Game][guessinggame]’, or
 start from the bottom and work your way up with ‘[Syntax and
 Semantics][syntax]’. More experienced systems programmers will probably prefer
-‘Learn Rust’, while those from dynamic backgrounds may enjoy either. Different
+‘Tutorial: Guessing Game’, while those from dynamic backgrounds may enjoy either. Different
 people learn differently! Choose whatever’s right for you.
 
-[learnrust]: learn-rust.html
+[guessinggame]: guessing-game.html
 [syntax]: syntax-and-semantics.html
diff --git a/src/doc/book/learn-rust.md b/src/doc/book/learn-rust.md
deleted file mode 100644 (file)
index 7be7fa4..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-% Learn Rust
-
-Welcome! This chapter has a few tutorials that teach you Rust through building
-projects. You’ll get a high-level overview, but we’ll skim over the details.
-
-If you’d prefer a more ‘from the ground up’-style experience, check
-out [Syntax and Semantics][ss].
-
-[ss]: syntax-and-semantics.html