diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-02-18 13:48:46 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-02-18 13:48:46 -0800 |
| commit | c273571bfdb5b3aefba1a29a19b6da601d8c5626 (patch) | |
| tree | f7fbeba5b99db81b6bd3346b98c3177daa256f9b | |
| parent | 7430e58e65b26e4b5b738392b192e4b9c836797b (diff) | |
| download | rust-c273571bfdb5b3aefba1a29a19b6da601d8c5626.tar.gz rust-c273571bfdb5b3aefba1a29a19b6da601d8c5626.zip | |
Remove mention of wiki from README
| -rw-r--r-- | README.md | 5 |
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 |
