From 9265e13867ddad092e709097e20ff3b513635670 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 15 Feb 2015 20:46:21 -0800 Subject: [PATCH] README: Make the wiki links more useful. The page we want them to find is 'getting started developing'. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f13bc287fabd..1caabfd27dc8 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