Skip to content

Commit d145fcd

Browse files
camelidJoshua Nelson
authored and
Joshua Nelson
committed
Update "Helpful Links" section
1 parent ab19c3e commit d145fcd

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

src/contributing.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -121,23 +121,23 @@ on the pull request with an `r+`. It will look something like this:
121121

122122
@bors r+
123123

124-
This tells [@bors][bors], our lovable integration bot, that your pull request has
125-
been approved. The PR then enters the [merge queue][merge-queue], where [@bors][bors]
124+
This tells [@bors], our lovable integration bot, that your pull request has
125+
been approved. The PR then enters the [merge queue][merge-queue], where [@bors]
126126
will run all the tests on every platform we support. If it all works out,
127-
[@bors][bors] will merge your code into `master` and close the pull request.
127+
[@bors] will merge your code into `master` and close the pull request.
128128

129129
Depending on the scale of the change, you may see a slightly different form of `r+`:
130130

131131
@bors r+ rollup
132132

133-
The additional `rollup` tells [@bors][bors] that this change is eligible for to be
133+
The additional `rollup` tells [@bors] that this change is eligible for to be
134134
"rolled up". Changes that are rolled up are tested and merged at the same time, to
135135
speed the process up. Typically only small changes that are expected not to conflict
136136
with one another are rolled up.
137137

138138
[rust-highfive]: https://github.com/rust-highfive
139139
[steveklabnik]: https://github.com/steveklabnik
140-
[bors]: https://github.com/bors
140+
[@bors]: https://github.com/bors
141141
[merge-queue]: https://buildbot2.rust-lang.org/homu/queue/rust
142142

143143
Speaking of tests, Rust has a comprehensive test suite. More information about
@@ -476,27 +476,26 @@ For people new to Rust, and just starting to contribute, or even for
476476
more seasoned developers, some useful places to look for information
477477
are:
478478

479-
* The [rustc dev guide] contains information about how various parts of the
479+
* This guide contains information about how various parts of the
480480
compiler work and how to contribute to the compiler
481481
* [Rust Forge][rustforge] contains additional documentation, including
482482
write-ups of how to achieve common tasks
483483
* The [Rust Internals forum][rif], a place to ask questions and
484484
discuss Rust's internals
485-
* The [generated documentation for rust's compiler][gdfrustc]
486-
* The [rust reference][rr], even though it doesn't specifically talk about
487-
Rust's internals, it's a great resource nonetheless
485+
* The [generated documentation for Rust's compiler][gdfrustc]
486+
* The [Rust reference][rr], even though it doesn't specifically talk about
487+
Rust's internals is a great resource nonetheless
488488
* Although out of date, [Tom Lee's great blog article][tlgba] is very helpful
489489
* [rustaceans.org][ro] is helpful, but mostly dedicated to IRC
490490
* The [Rust Compiler Testing Docs][rctd]
491-
* For [@bors][bors], [this cheat sheet][cheatsheet] is helpful
492-
(though you'll need to replace `@homu` with `@bors` in any commands)
493-
* **Google!** ([search only in Rust Documentation][gsearchdocs] to find types,
494-
traits, etc. quickly)
491+
* For [@bors], [this cheat sheet][cheatsheet] is helpful
492+
* **Google!** is always helpful when programming :)
493+
* [Search Rust documentation][stddocs] to find types, traits, etc. quickly
495494
* Don't be afraid to ask! The Rust community is friendly and helpful.
496495

497496
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html
498497
[gdfrustc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
499-
[gsearchdocs]: https://www.google.com/search?q=site:doc.rust-lang.org+your+query+here
498+
[stddocs]: https://doc.rust-lang.org/std
500499
[rif]: http://internals.rust-lang.org
501500
[rr]: https://doc.rust-lang.org/book/README.html
502501
[rustforge]: https://forge.rust-lang.org/

0 commit comments

Comments
 (0)