diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-04-13 18:07:34 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-04-13 18:33:37 -0400 |
| commit | 8a65029fac88876c7c39c49518825806ed6cea0d (patch) | |
| tree | 001c6a365f4e8f931dc2d59ff37e7ff032925029 | |
| parent | f55e66aaed42589dcda0221a4545dbaaec68e577 (diff) | |
| download | rust-8a65029fac88876c7c39c49518825806ed6cea0d.tar.gz rust-8a65029fac88876c7c39c49518825806ed6cea0d.zip | |
Link RBE more prominently
It's no longer a community based project. Also, Rust for Rubyists is deprecated at this point, so we shouldn't link to it anymore.
| -rw-r--r-- | src/doc/index.md | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index f6b0a18824a..124a82aa7dc 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -15,6 +15,12 @@ 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 +series of small examples. + +[rbe]: rustbyexample.com + # Community & Getting Help If you need help with something, or just want to talk about Rust with others, @@ -76,17 +82,3 @@ We have [API documentation for the entire standard library](std/index.html). There's a list of crates on the left with more specific sections, or you can use the search bar at the top to search for something if you know its name. - -# External documentation - -*Note: While these are great resources for learning Rust, they may track a -particular version of Rust that is likely not exactly the same as that for -which this documentation was generated.* - -* [Rust by Example] - Short examples of common tasks in Rust (tracks the master - branch). -* [Rust for Rubyists] - The first community tutorial for Rust. Tracks the last - stable release. Not just for Ruby programmers. - -[Rust by Example]: http://rustbyexample.com/ -[Rust for Rubyists]: http://www.rustforrubyists.com/ |
