Update the external links in the doc index

Splits 'extern resources' into 'external documentation and 'community',
adds rustforrubyists.com and rustbyexample.com, stackoverflow.com.
This commit is contained in:
Brian Anderson 2014-06-19 10:52:02 -07:00
parent 1bb42e557c
commit 05641413a7

View File

@ -67,12 +67,22 @@ li {list-style-type: none; }
* [The `rustdoc` manual](rustdoc.html)
# External resources
# External documentation
* The Rust IRC channels on [irc.mozilla.org](http://irc.mozilla.org/)
* [Rust for Rubyists] - An excellent introduction for Rust; not just for Rubyists.
* [Rust by Example] - Short examples of common tasks in Rust.
* [The Rust wiki](http://github.com/rust-lang/rust/wiki)
[Rust for Rubyists]: http://www.rustforrubyists.com/
[Rust by Example]: http://rustbyexample.com/
# Community
* [Reddit](http://reddit.com/r/rust)
* [Stack Overflow](http://stackoverflow.com/questions/tagged/rust)
* The Rust IRC channels on [irc.mozilla.org](http://irc.mozilla.org/):
* [`#rust`](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) - general discussion
* [`#rust-gamedev`](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-gamedev) - game development
* [`#rust-internals`](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-internals) - compiler and libraries
* [`#rust-osdev`](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-osdev) - operating system development
* The Rust community on [Reddit](http://reddit.com/r/rust)
* The Rust [wiki](http://github.com/rust-lang/rust/wiki)