From 7ee27c96ba8223ffe4354ea5822a79af0c8663f0 Mon Sep 17 00:00:00 2001 From: voithos Date: Wed, 17 Dec 2014 13:24:57 -0800 Subject: [PATCH] Changed link from Rust tutorial to the Rust guide --- Note-getting-started-developing-Rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-getting-started-developing-Rust.md b/Note-getting-started-developing-Rust.md index e874cce..79d4f75 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -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