Skip to content

Commit 0fd9396

Browse files
authored
Rollup merge of rust-lang#146788 - sysrex:146756/discord_invite, r=workingjubilee
chore: removes deprecated discord. This PR just changes the wording of the contributing document to remove the deprecated Discord. Fixes rust-lang#146756.
2 parents e8578c8 + 8e37f0f commit 0fd9396

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ bootstrapping, the compiler architecture, source code representation, and more.
3131

3232
## [Getting help](https://rustc-dev-guide.rust-lang.org/getting-started.html#asking-questions)
3333

34-
There are many ways you can get help when you're stuck. Rust has many platforms for this:
35-
[internals], [rust-zulip], and [rust-discord]. It is recommended to ask for help on
34+
There are many ways you can get help when you're stuck. Rust has two platforms for this:
35+
[internals] and [rust-zulip]. It is recommended to ask for help on
3636
the [rust-zulip], but any of these platforms are great ways to seek help and even
3737
find a mentor! You can learn more about asking questions and getting help in the
3838
[Asking Questions](https://rustc-dev-guide.rust-lang.org/getting-started.html#asking-questions) chapter of the [rustc-dev-guide].
@@ -47,5 +47,4 @@ refer to [this section][contributing-bug-reports] and [open an issue][issue temp
4747
[contributing-bug-reports]: https://rustc-dev-guide.rust-lang.org/contributing.html#bug-reports
4848
[issue template]: https://github.com/rust-lang/rust/issues/new/choose
4949
[internals]: https://internals.rust-lang.org
50-
[rust-discord]: http://discord.gg/rust-lang
5150
[rust-zulip]: https://rust-lang.zulipchat.com

library/std/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
//! pull-requests for your suggested changes.
9595
//!
9696
//! Contributions are appreciated! If you see a part of the docs that can be
97-
//! improved, submit a PR, or chat with us first on [Discord][rust-discord]
97+
//! improved, submit a PR, or chat with us first on [Zulip][rust-zulip]
9898
//! #docs.
9999
//!
100100
//! # A Tour of The Rust Standard Library
@@ -212,7 +212,7 @@
212212
//! [multithreading]: thread
213213
//! [other]: #what-is-in-the-standard-library-documentation
214214
//! [primitive types]: ../book/ch03-02-data-types.html
215-
//! [rust-discord]: https://discord.gg/rust-lang
215+
//! [rust-zulip]: https://rust-lang.zulipchat.com/
216216
//! [array]: prim@array
217217
//! [slice]: prim@slice
218218

0 commit comments

Comments
 (0)