]> git.lizzy.rs Git - rust.git/commitdiff
readme: Link 'Using' wiki page instead of 'Getting started'.
authorRuud van Asseldonk <dev@veniogames.com>
Wed, 8 Oct 2014 22:32:22 +0000 (00:32 +0200)
committerRuud van Asseldonk <dev@veniogames.com>
Wed, 8 Oct 2014 22:32:22 +0000 (00:32 +0200)
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

index 9def5e305db090900cb5efe26ece0ebb99e8780a..1a81ae1881d71ea82b2cb986e7e6d13c52da5bd1 100644 (file)
--- 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