From 8a65029fac88876c7c39c49518825806ed6cea0d Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 13 Apr 2015 18:07:34 -0400 Subject: [PATCH] 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. --- src/doc/index.md | 20 ++++++-------------- 1 file 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/