diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-09-23 00:29:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-23 00:29:22 -0400 |
| commit | bbd8ac59fabdf2ad4bdf724783db3a89e3024740 (patch) | |
| tree | 99be98aa91743729cee32a62dfc3ae68b6141c70 | |
| parent | e168896fddc6a0279e7fd3b16cb8dd0888ee0505 (diff) | |
| parent | 9276b8b9b894d8e02a7e80afcf21bffcd1b27642 (diff) | |
| download | rust-bbd8ac59fabdf2ad4bdf724783db3a89e3024740.tar.gz rust-bbd8ac59fabdf2ad4bdf724783db3a89e3024740.zip | |
Rollup merge of #44776 - spastorino:add_forge, r=nikomatsakis
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 72144f22f5c..3834c54d6c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -461,6 +461,7 @@ 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] @@ -476,6 +477,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 |
