Skip to content

Commit 61bab7d

Browse files
authored
Merge pull request #2541 from kpreid/discord
Remove mentions of Discord.
2 parents 1d4927d + cf406ba commit 61bab7d

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

src/about-this-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ You might also find the following sites useful:
7474
of the team procedures, active working groups, and the team calendar.
7575
- [std-dev-guide] -- a similar guide for developing the standard library.
7676
- [The t-compiler zulip][z]
77-
- `#contribute` and `#wg-rustup` on [Discord](https://discord.gg/rust-lang).
7877
- The [Rust Internals forum][rif], a place to ask questions and
7978
discuss Rust's internals
8079
- The [Rust reference][rr], even though it doesn't specifically talk about

src/diagnostics/error-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ explanations should help users understand why their code cannot be accepted by
2020
the compiler. Rust prides itself on helpful error messages and long-form
2121
explanations are no exception. However, before error explanations are
2222
overhauled[^new-explanations] it is a bit open as to how exactly they should be
23-
written, as always: ask your reviewer or ask around on the Rust Discord or Zulip.
23+
written, as always: ask your reviewer or ask around on the Rust Zulip.
2424

2525
[^new-explanations]: See the draft RFC [here][new-explanations-rfc].
2626

src/getting-started.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ quick guide for the most useful things. For more information, [see this
1111
chapter 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

2221
If 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].
2523
See the [list of teams and working groups][governance] and [the Community page][community] on the
2624
official website for more resources.
2725

@@ -30,10 +28,12 @@ official website for more resources.
3028

3129
As 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
3939
expert 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

Comments
 (0)