@@ -6,7 +6,7 @@ describes the high-level structure of Cargo and [E-easy] bugs on the
66issue tracker.
77
88If 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.
5454If 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
5959features to Cargo or make large changes to the already existing code-base.
6060Cargo'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
106106After the pull request is made, a friendly bot will automatically assign a
107107reviewer; the review-process will make sure that the proposed changes are
108108sound. 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
111111A merge of Cargo's master-branch and your changes is immediately queued
112112to 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