diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2017-09-22 17:10:51 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2017-09-22 17:16:03 -0300 |
| commit | 84dfade3ccb806d037ebe238e621cff049b2411f (patch) | |
| tree | b391644958dd9ab7f1085e2fd5d95408be208622 | |
| parent | a0c3bd2d23f6d08ecf9b4191ee4fff5866a120d1 (diff) | |
| download | rust-84dfade3ccb806d037ebe238e621cff049b2411f.tar.gz rust-84dfade3ccb806d037ebe238e621cff049b2411f.zip | |
Link to Rust forge from CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c424ca7ab00..c4335c9b767 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -401,6 +401,7 @@ are: 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] @@ -412,6 +413,7 @@ are: [gsearchdocs]: https://www.google.com/search?q=site:doc.rust-lang.org+your+query+here [rif]: http://internals.rust-lang.org [rr]: https://doc.rust-lang.org/book/README.html +[rustforge]: https://forge.rust-lang.org/ [tlgba]: http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ [ro]: http://www.rustaceans.org/ [rctd]: ./src/test/COMPILER_TESTS.md |
