Replace link to learn-rust in the book

It was removed in #30595.
Also delete the old learn-rust.md.
This commit is contained in:
Oliver Middleton 2016-01-25 18:40:28 +00:00
parent 03681b16ce
commit ace39cbc15
2 changed files with 3 additions and 12 deletions

View 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 youve got the tools this book, and the rest of your time with Rust. Now that youve got the tools
down, we'll cover more about the Rust language itself. 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 start from the bottom and work your way up with [Syntax and
Semantics][syntax]. More experienced systems programmers will probably prefer 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 whatevers right for you. people learn differently! Choose whatevers right for you.
[learnrust]: learn-rust.html [guessinggame]: guessing-game.html
[syntax]: syntax-and-semantics.html [syntax]: syntax-and-semantics.html

View File

@ -1,9 +0,0 @@
% Learn Rust
Welcome! This chapter has a few tutorials that teach you Rust through building
projects. Youll get a high-level overview, but well skim over the details.
If youd prefer a more from the ground up-style experience, check
out [Syntax and Semantics][ss].
[ss]: syntax-and-semantics.html