From 3431c0ab44a49eac2e346f6e2c9e44dc4f6c0fdc Mon Sep 17 00:00:00 2001 From: Ruud van Asseldonk Date: Thu, 9 Oct 2014 00:32:22 +0200 Subject: [PATCH] readme: Link 'Using' wiki page instead of 'Getting started'. The Windows-specific instruction under 'Quick Start' linked the wiki article on getting started developing Rust itself, but the quick start is just about obtaining a working Rust installation. The actual wiki page with Windows-specific instructions was difficult to find. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9def5e305db09..1a81ae1881d71 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,10 @@ documentation. 3. Enjoy! > ***Note:*** Windows users can read the detailed -> [getting started][wiki-start] notes on the wiki. +> [using Rust on Windows][win-wiki] notes on the wiki. [installer]: http://www.rust-lang.org/install.html [guide]: http://doc.rust-lang.org/guide.html -[wiki-start]: https://github.com/rust-lang/rust/wiki/Note-getting-started-developing-Rust [win-wiki]: https://github.com/rust-lang/rust/wiki/Using-Rust-on-Windows ## Building from Source