summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-02-15 20:46:21 -0800
committerBrian Anderson <banderson@mozilla.com>2015-02-18 13:46:55 -0800
commit9265e13867ddad092e709097e20ff3b513635670 (patch)
treef94f6974bfd8ae2523435a19b7e7999418d6e8e3 /README.md
parent21ed20baf932dd092cc80b0f4ade38dd7aa7c788 (diff)
README: Make the wiki links more useful.
The page we want them to find is 'getting started developing'.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f13bc287fab..1caabfd27dc 100644
--- 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