Changed link from Rust tutorial to the Rust guide

voithos
2014-12-17 13:24:57 -08:00
parent 0d947a65da
commit 7ee27c96ba
+1 -1
@@ -2,7 +2,7 @@ This page describes how to download and build the Rust compiler and
associated tools and libraries from the current git sources. If
you're more interested in _using_ Rust than in hacking on the Rust
compiler, you might prefer to install a prebuilt snapshot from [here](http://www.rust-lang.org/install.html), following
the instructions in the [tutorial](http://doc.rust-lang.org/doc/master/tutorial.html).
the instructions in the [guide](http://doc.rust-lang.org/nightly/guide.html).
For Windows users, see [[Using Rust on Windows]].
## Prerequisites