Skip to content

Commit 0b58331

Browse files
camelidJoshua Nelson
authored and
Joshua Nelson
committed
Add back information about Googling
Also cleaned up some other things.
1 parent 3c353e4 commit 0b58331

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

Diff for: src/contributing.md

+20-16
Original file line numberDiff line numberDiff line change
@@ -453,17 +453,15 @@ If you're looking for somewhere to start, check out the [E-easy][eeasy] tag.
453453
## Out-of-tree Contributions
454454

455455
There are a number of other ways to contribute to Rust that don't deal with
456-
rust-lang/rust.
456+
rust-lang/rust:
457457

458-
Answer questions in the _Get Help!_ channels from the [Rust Discord
459-
server][rust-discord], on [users.rust-lang.org][users], or on
460-
[StackOverflow][so].
461-
462-
Participate in the [RFC process](https://github.com/rust-lang/rfcs).
463-
464-
Find a [requested community library][community-library], build it, and publish
465-
it to [Crates.io](http://crates.io). Easier said than done, but very, very
466-
valuable!
458+
* Answer questions in the _Get Help!_ channels on the [Rust Discord
459+
server][rust-discord], on [users.rust-lang.org][users], or on
460+
[StackOverflow][so].
461+
* Participate in the [RFC process](https://github.com/rust-lang/rfcs).
462+
* Find a [requested community library][community-library], build it, and publish
463+
it to [Crates.io](http://crates.io). Easier said than done, but very, very
464+
valuable!
467465

468466
[rust-discord]: https://discord.gg/rust-lang
469467
[users]: https://users.rust-lang.org/
@@ -489,20 +487,26 @@ are:
489487
* [rustaceans.org][ro] is helpful, but mostly dedicated to IRC
490488
* The [Rust Compiler Testing Docs][rctd]
491489
* 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.
494-
You can also search by type signature! For example, searching for
495-
`* -> vec` should find all functions that return a `Vec<T>`. _Hint:_ Find
496-
more tips and keyboard shortcuts by typing `?` on any Rustdoc page!
490+
* Google is always helpful when programming.
491+
You can [search all Rust documentation][gsearchdocs] (the standard library,
492+
the compiler, the books, the references, and the guides) to quickly find
493+
information about the language and compiler.
494+
* You can also use Rustdoc's built-in search feature to find documentation on
495+
types and functions within the crates you're looking at. You can also search
496+
by type signature! For example, searching for `* -> vec` should find all
497+
functions that return a `Vec<T>`.
498+
_Hint:_ Find more tips and keyboard shortcuts by typing `?` on any Rustdoc
499+
page!
497500
* Don't be afraid to ask! The Rust community is friendly and helpful.
498501

499502
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html
500503
[gdfrustc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
504+
[gsearchdocs]: https://www.google.com/search?q=site:doc.rust-lang.org+your+query+here
501505
[stddocs]: https://doc.rust-lang.org/std
502506
[rif]: http://internals.rust-lang.org
503507
[rr]: https://doc.rust-lang.org/book/README.html
504508
[rustforge]: https://forge.rust-lang.org/
505509
[tlgba]: http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/
506-
[ro]: http://www.rustaceans.org/
510+
[ro]: https://www.rustaceans.org/
507511
[rctd]: https://rustc-dev-guide.rust-lang.org/tests/intro.html
508512
[cheatsheet]: https://buildbot2.rust-lang.org/homu/

0 commit comments

Comments
 (0)