@@ -11,7 +11,6 @@ quick guide for the most useful things. For more information, [see this
1111chapter on how to build and run the compiler] ( ./building/how-to-build-and-run.md ) .
1212
1313[ internals ] : https://internals.rust-lang.org
14- [ rust-discord ] : http://discord.gg/rust-lang
1514[ rust-zulip ] : https://rust-lang.zulipchat.com
1615[ coc ] : https://www.rust-lang.org/policies/code-of-conduct
1716[ walkthrough ] : ./walkthrough.md
@@ -20,8 +19,7 @@ chapter on how to build and run the compiler](./building/how-to-build-and-run.md
2019## Asking Questions
2120
2221If you have questions, please make a post on the [ Rust Zulip server] [ rust-zulip ] or
23- [ internals.rust-lang.org] [ internals ] . If you are contributing to Rustup, be aware they are not on
24- Zulip - you can ask questions in ` #wg-rustup ` [ on Discord] [ rust-discord ] .
22+ [ internals.rust-lang.org] [ internals ] .
2523See the [ list of teams and working groups] [ governance ] and [ the Community page] [ community ] on the
2624official website for more resources.
2725
@@ -30,10 +28,12 @@ official website for more resources.
3028
3129As a reminder, all contributors are expected to follow our [ Code of Conduct] [ coc ] .
3230
33- The compiler team (or ` t-compiler ` ) usually hangs out in Zulip [ in this
34- "stream"] [ z ] ; it will be easiest to get questions answered there.
31+ The compiler team (or ` t-compiler ` ) usually hangs out in Zulip in
32+ [ the #t-compiler channel] [ z-t-compiler ] ;
33+ questions about how the compiler works can go in [ #t-compiler/help] [ z-help ] .
3534
36- [ z ] : https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler
35+ [ z-t-compiler ] : https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler
36+ [ z-help ] : https://rust-lang.zulipchat.com/#narrow/channel/182449-t-compiler.2Fhelp
3737
3838** Please ask questions!** A lot of people report feeling that they are "wasting
3939expert time", but nobody on ` t-compiler ` feels this way. Contributors are
@@ -162,15 +162,12 @@ incredibly helpful:
162162- [ Triaging issues] [ triage ] : categorizing, replicating, and minimizing issues is very helpful to the Rust maintainers.
163163- [ Working groups] [ wg ] : there are a bunch of working groups on a wide variety
164164 of rust-related things.
165- - Answer questions in the _ Get Help!_ channels on the [ Rust Discord
166- server] [ rust-discord ] , on [ users.rust-lang.org] [ users ] , or on
167- [ StackOverflow] [ so ] .
165+ - Answer questions on [ users.rust-lang.org] [ users ] , or on [ Stack Overflow] [ so ] .
168166- Participate in the [ RFC process] ( https://github.com/rust-lang/rfcs ) .
169167- Find a [ requested community library] [ community-library ] , build it, and publish
170168 it to [ Crates.io] ( http://crates.io ) . Easier said than done, but very, very
171169 valuable!
172170
173- [ rust-discord ] : https://discord.gg/rust-lang
174171[ users ] : https://users.rust-lang.org/
175172[ so ] : http://stackoverflow.com/questions/tagged/rust
176173[ community-library ] : https://github.com/rust-lang/rfcs/labels/A-community-library
0 commit comments