Skip to content

Commit dc8a985

Browse files
committed
Replace last mention of IRC with Discord
Mozilla's IRC service was shut down in March 2020. The official instant messaging variant has been Discord for a while, and most of the links were already replaced by rust-lang#61524. This was the last line that came up with `irc.mozilla.org` or any combination of "irc.*#[a-z]+" in a `git grep`: git grep -i -E "irc.*#[a-z]+" As there is only one other link directly to Rust's discord, I used the same Markdown link `[rust-discord]` as in `bootstrap/README.md` to stay consistent. This might come in handy if the chat platform changes at a later point again. As an aside: for those interested in the use of IRC, Mozilla's [wiki] still offers a lot of in-depth knowledge. [wiki]: https://wiki.mozilla.org/IRC
1 parent b76238a commit dc8a985

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libstd/lib.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
//! pull-requests for your suggested changes.
9292
//!
9393
//! Contributions are appreciated! If you see a part of the docs that can be
94-
//! improved, submit a PR, or chat with us first on irc.mozilla.org #rust-docs.
94+
//! improved, submit a PR, or chat with us first on [Discord][rust-discord]
95+
//! #docs.
9596
//!
9697
//! # A Tour of The Rust Standard Library
9798
//!
@@ -194,6 +195,7 @@
194195
//! [multithreading]: thread/index.html
195196
//! [other]: #what-is-in-the-standard-library-documentation
196197
//! [primitive types]: ../book/ch03-02-data-types.html
198+
//! [rust-discord]: https://discord.gg/rust-lang
197199
198200
#![stable(feature = "rust1", since = "1.0.0")]
199201
#![doc(

0 commit comments

Comments
 (0)