about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-02-18 13:48:46 -0800
committerBrian Anderson <banderson@mozilla.com>2015-02-18 13:48:46 -0800
commitc273571bfdb5b3aefba1a29a19b6da601d8c5626 (patch)
treef7fbeba5b99db81b6bd3346b98c3177daa256f9b
parent7430e58e65b26e4b5b738392b192e4b9c836797b (diff)
downloadrust-c273571bfdb5b3aefba1a29a19b6da601d8c5626.tar.gz
rust-c273571bfdb5b3aefba1a29a19b6da601d8c5626.zip
Remove mention of wiki from README
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 85c27218218..b6a73730d35 100644
--- a/README.md
+++ b/README.md
@@ -88,10 +88,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 more advice about [hacking on Rust][hack] on the [wiki].
+There is more advice about hacking on Rust in [CONTRIBUTING.md].
 
-[hack]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
-[wiki]: https://github.com/rust-lang/rust/wiki
+[CONTRIBUTING.md]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
 
 ## Getting help