]> git.lizzy.rs Git - rust.git/commitdiff
README: Make the wiki links more useful.
authorBrian Anderson <banderson@mozilla.com>
Mon, 16 Feb 2015 04:46:21 +0000 (20:46 -0800)
committerBrian Anderson <banderson@mozilla.com>
Wed, 18 Feb 2015 21:46:55 +0000 (13:46 -0800)
The page we want them to find is 'getting started developing'.

README.md

index f13bc287fabdb07902b3ed90ce8115d0db16a908..1caabfd27dc89df8b0b6dfd17d079dc7d908eb83 100644 (file)
--- a/README.md
+++ b/README.md
@@ -86,8 +86,9 @@ supported build environments that are most likely to work.
 Rust currently needs about 1.5 GiB of RAM to build without swapping; if it hits
 swap, it will take a very long time to build.
 
-There is a lot more documentation in the [wiki].
+There is more advice about [hacking on Rust][hack] on the [wiki].
 
+[hack]: https://github.com/rust-lang/rust/wiki/Note-getting-started-developing-Rust
 [wiki]: https://github.com/rust-lang/rust/wiki
 
 ## Getting help