Skip to content

Commit ecbbbfa

Browse files
committed
rollup merge of #24393: steveklabnik/rbe
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.
2 parents d7ff4f5 + 8a65029 commit ecbbbfa

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

src/doc/index.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Rust, its syntax, and its concepts. Upon completing the book, you'll be an
1515
intermediate Rust developer, and will have a good grasp of the fundamental
1616
ideas behind Rust.
1717

18+
[Rust By Example][rbe] was originally a community resource, but was then
19+
donated to the Rust project. As the name implies, it teaches you Rust through a
20+
series of small examples.
21+
22+
[rbe]: rustbyexample.com
23+
1824
# Community & Getting Help
1925

2026
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
7682
library](std/index.html). There's a list of crates on the left with more
7783
specific sections, or you can use the search bar at the top to search for
7884
something if you know its name.
79-
80-
# External documentation
81-
82-
*Note: While these are great resources for learning Rust, they may track a
83-
particular version of Rust that is likely not exactly the same as that for
84-
which this documentation was generated.*
85-
86-
* [Rust by Example] - Short examples of common tasks in Rust (tracks the master
87-
branch).
88-
* [Rust for Rubyists] - The first community tutorial for Rust. Tracks the last
89-
stable release. Not just for Ruby programmers.
90-
91-
[Rust by Example]: http://rustbyexample.com/
92-
[Rust for Rubyists]: http://www.rustforrubyists.com/

0 commit comments

Comments
 (0)