README: Make the wiki links more useful.

The page we want them to find is 'getting started developing'.
This commit is contained in:
Brian Anderson 2015-02-15 20:46:21 -08:00
parent 21ed20baf9
commit 9265e13867
1 changed files with 2 additions and 1 deletions

View File

@ -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