From: Ralf Jung Date: Thu, 6 Aug 2015 16:31:23 +0000 (+0200) Subject: update Rustonomicon link X-Git-Url: https://git.ralfj.de/rust-101.git/commitdiff_plain/01999d0e811a07d9089c1b2158a6602ce6890f2f update Rustonomicon link --- diff --git a/src/main.rs b/src/main.rs index 97d3530..b08b1da 100644 --- a/src/main.rs +++ b/src/main.rs @@ -119,8 +119,8 @@ fn main() { // of the most interesting places here: // // * [The Rust Book](https://doc.rust-lang.org/stable/book/) +// * [The Rustonomicon](https://doc.rust-lang.org/nightly/nomicon/) // * [Rust by Example](http://rustbyexample.com/) -// * [The Advanced Rust Programming Guide](http://cglab.ca/~abeinges/blah/turpl/_book/README.html) // * The [Rust Subreddit](https://www.reddit.com/r/rust/) // * A [collection of links](https://github.com/ctjhoa/rust-learning) to blog posts, articles, videos, etc. for learning Rust. // * For the IRC channel and other forums, see the "Community" section of the [Rust Documentation index](http://doc.rust-lang.org/index.html)