From e3e3427f2eea8f1a920aca6ec2ab1362ac17daa2 Mon Sep 17 00:00:00 2001 From: Sagar Jauhari Date: Sat, 10 Jan 2015 19:08:01 -0500 Subject: [PATCH] Fixing dead link to 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 55e9506..8d4163f 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 [guide](http://doc.rust-lang.org/nightly/guide.html). +the instructions in the [guide](http://doc.rust-lang.org). For Windows users, see [[Using Rust on Windows]]. ## Prerequisites