diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2017-09-22 16:27:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-22 16:27:55 -0400 |
| commit | 9276b8b9b894d8e02a7e80afcf21bffcd1b27642 (patch) | |
| tree | a1a3fca347e36f265f8d5d18b31ae2c838463ae5 | |
| parent | 84dfade3ccb806d037ebe238e621cff049b2411f (diff) | |
| download | rust-9276b8b9b894d8e02a7e80afcf21bffcd1b27642.tar.gz rust-9276b8b9b894d8e02a7e80afcf21bffcd1b27642.zip | |
expand text, make link to forge more prominent
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4335c9b767..c1514a7234e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -397,11 +397,11 @@ For people new to Rust, and just starting to contribute, or even for more seasoned developers, some useful places to look for information are: +* [Rust Forge][rustforge] contains additional documentation, including write-ups of how to achieve common tasks * The [Rust Internals forum][rif], a place to ask questions and discuss Rust's internals * The [generated documentation for rust's compiler][gdfrustc] * The [rust reference][rr], even though it doesn't specifically talk about Rust's internals, it's a great resource nonetheless -* [Rust Forge][rustforge] contains supplementary useful documentation * Although out of date, [Tom Lee's great blog article][tlgba] is very helpful * [rustaceans.org][ro] is helpful, but mostly dedicated to IRC * The [Rust Compiler Testing Docs][rctd] |
