diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-12 22:57:52 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-12 22:57:52 +0530 |
| commit | bea12a9998c22c60f5867d9f2382c1ba9eba5331 (patch) | |
| tree | ad646c2baa7cf929c5699fe9dea77332dc918415 | |
| parent | 12dc6eed0340f1e2733ff081b3e30dc5231164d4 (diff) | |
| parent | 51a1e83cb064484260110609834f8ecbc8f3f9a8 (diff) | |
| download | rust-bea12a9998c22c60f5867d9f2382c1ba9eba5331.tar.gz rust-bea12a9998c22c60f5867d9f2382c1ba9eba5331.zip | |
Rollup merge of #25220 - brson:doc1, r=steveklabnik
| -rw-r--r-- | src/doc/index.md | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 5a437e959b7..355297685a1 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -5,15 +5,14 @@ to jump to any particular section. # Getting Started -If you haven't seen Rust at all yet, the first thing you should read is the [30 -minute intro](intro.html). It will give you an overview of the basic ideas of Rust -at a high level. - -Once you know you really want to learn Rust, the next step is reading [The -Rust Programming Language](book/index.html). It is a lengthy explanation of -Rust, its syntax, and its concepts. Upon completing the book, you'll be an -intermediate Rust developer, and will have a good grasp of the fundamental -ideas behind Rust. +If you haven't seen Rust at all yet, the first thing you should read is the +introduction to [The Rust Programming Language](book/index.html). It'll give +you a good idea of what Rust is like. + +The book provides a lengthy explanation of Rust, its syntax, and its +concepts. Upon completing the book, you'll be an intermediate Rust +developer, and will have a good grasp of the fundamental ideas behind +Rust. [Rust By Example][rbe] was originally a community resource, but was then donated to the Rust project. As the name implies, it teaches you Rust through a |
