Skip to content

Commit 4f07147

Browse files
committed
Auto merge of #6554 - ehuss:chat-link, r=alexcrichton
Update chat link to Discord. I'm not sure if anyone is hanging out in the IRC channel much these days.
2 parents cc3d390 + e657f23 commit 4f07147

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describes the high-level structure of Cargo and [E-easy] bugs on the
66
issue tracker.
77

88
If you have a general question about Cargo or it's internals, feel free to ask
9-
on [IRC].
9+
on [Discord].
1010

1111
## Code of Conduct
1212

@@ -54,7 +54,7 @@ a working solution faster as it can iterate outside of cargo's release cadence.
5454
If you're looking for somewhere to start, check out the [E-easy][E-Easy] and
5555
[E-mentor][E-mentor] tags.
5656

57-
Feel free to ask for guidelines on how to tackle a problem on [IRC] or open a
57+
Feel free to ask for guidelines on how to tackle a problem on [Discord] or open a
5858
[new issue][new-issues]. This is especially important if you want to add new
5959
features to Cargo or make large changes to the already existing code-base.
6060
Cargo's core developers will do their best to provide help.
@@ -106,7 +106,7 @@ You can use `rustup component add --toolchain nightly rustfmt-preview` to instal
106106
After the pull request is made, a friendly bot will automatically assign a
107107
reviewer; the review-process will make sure that the proposed changes are
108108
sound. Please give the assigned reviewer sufficient time, especially during
109-
weekends. If you don't get a reply, you may poke the core developers on [IRC].
109+
weekends. If you don't get a reply, you may poke the core developers on [Discord].
110110

111111
A merge of Cargo's master-branch and your changes is immediately queued
112112
to be tested after the pull request is made. In case unforeseen
@@ -196,7 +196,7 @@ adding labels to triage issues:
196196
[E-mentor]: https://github.com/rust-lang/cargo/labels/E-mentor
197197
[I-nominated]: https://github.com/rust-lang/cargo/labels/I-nominated
198198
[Code of Conduct]: https://www.rust-lang.org/conduct.html
199-
[IRC]: https://kiwiirc.com/client/irc.mozilla.org/cargo
199+
[Discord]: https://discordapp.com/invite/rust-lang
200200
[`testsuite/support/mod.rs`]: https://github.com/rust-lang/cargo/blob/master/tests/testsuite/support/mod.rs
201201
[irlo]: https://internals.rust-lang.org/
202202
[subcommands]: https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands

0 commit comments

Comments
 (0)