From c273571bfdb5b3aefba1a29a19b6da601d8c5626 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 18 Feb 2015 13:48:46 -0800 Subject: [PATCH] Remove mention of wiki from README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85c272182183..b6a73730d351 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