diff options
| author | bors <bors@rust-lang.org> | 2015-09-16 02:18:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-09-16 02:18:01 +0000 |
| commit | 405f8f1f2566acfeb252cb5a9c8e87ea987b5fa7 (patch) | |
| tree | abe4f042a0264e4c6abd7c09c5844ef6162c78ef | |
| parent | fc4d566b432d48933e27dd65a973c936b564d6e9 (diff) | |
| parent | 4543dadd6bccdb7bf93872072c8b9d997049874e (diff) | |
| download | rust-405f8f1f2566acfeb252cb5a9c8e87ea987b5fa7.tar.gz rust-405f8f1f2566acfeb252cb5a9c8e87ea987b5fa7.zip | |
Auto merge of #28401 - christopherdumas:beginners_manuel, r=Gankro
r? @steveklabnik
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f81bb0bd69d..be938e6f35e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -225,7 +225,7 @@ are: * 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] -* For @bors, [this cheetsheat][cheetsheat] is helpful (Remember to replace `@homu` with `@bors` in the commands that you use.) +* For @bors, [this cheat sheet][cheatsheet] is helpful (Remember to replace `@homu` with `@bors` in the commands that you use.) * **Google**! * Don't be afraid to ask! The Rust community is friendly and helpful. @@ -235,4 +235,4 @@ are: [tlgba]: http://tomlee.co/2014/04/03/a-more-detailed-tour-of-the-rust-compiler/ [ro]: http://www.rustaceans.org/ [rctd]: ./COMPILER_TESTS.md -[cheetsheat]: http://buildbot.rust-lang.org/homu/ +[cheatsheet]: http://buildbot.rust-lang.org/homu/ |
