diff options
author | jmaud <maudlin.johnathan@gmail.com> | 2014-10-15 11:34:50 -0400 |
---|---|---|
committer | jmaud <maudlin.johnathan@gmail.com> | 2014-10-15 11:34:50 -0400 |
commit | fe277959606857f2690b4d6dd224fffc6a550d34 (patch) | |
tree | 1f4fe866661f06bae6f5fcc702b9450da32e9627 /rust.html.markdown | |
parent | 54835f209475cf6ace7fcd7fab8140ecedcec340 (diff) | |
parent | bc6a21835f862a4c8b386fce48aebd2cdd1a5232 (diff) |
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
Merge changes
Diffstat (limited to 'rust.html.markdown')
-rw-r--r-- | rust.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust.html.markdown b/rust.html.markdown index 0b9a5e58..3717a7d9 100644 --- a/rust.html.markdown +++ b/rust.html.markdown @@ -255,8 +255,8 @@ fn main() { ## Further reading There’s a lot more to Rust—this is just the basics of Rust so you can -understand the most important things. To learn more about Rust, read the -[Rust tutorial](http://doc.rust-lang.org/tutorial.html) and check out the +understand the most important things. To learn more about Rust, read [The Rust +Guide](http://doc.rust-lang.org/guide.html) and check out the [/r/rust](http://reddit.com/r/rust) subreddit. The folks on the #rust channel on irc.mozilla.org are also always keen to help newcomers. |