@@ -6,7 +6,7 @@ describes the high-level structure of Cargo and [E-easy] bugs on the
6
6
issue tracker.
7
7
8
8
If you have a general question about Cargo or it's internals, feel free to ask
9
- on [ IRC ] .
9
+ on [ Discord ] .
10
10
11
11
## Code of Conduct
12
12
@@ -54,7 +54,7 @@ a working solution faster as it can iterate outside of cargo's release cadence.
54
54
If you're looking for somewhere to start, check out the [ E-easy] [ E-Easy ] and
55
55
[ E-mentor] [ E-mentor ] tags.
56
56
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
58
58
[ new issue] [ new-issues ] . This is especially important if you want to add new
59
59
features to Cargo or make large changes to the already existing code-base.
60
60
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
106
106
After the pull request is made, a friendly bot will automatically assign a
107
107
reviewer; the review-process will make sure that the proposed changes are
108
108
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 ] .
110
110
111
111
A merge of Cargo's master-branch and your changes is immediately queued
112
112
to be tested after the pull request is made. In case unforeseen
@@ -196,7 +196,7 @@ adding labels to triage issues:
196
196
[ E-mentor ] : https://github.com/rust-lang/cargo/labels/E-mentor
197
197
[ I-nominated ] : https://github.com/rust-lang/cargo/labels/I-nominated
198
198
[ 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
200
200
[ `testsuite/support/mod.rs` ] : https://github.com/rust-lang/cargo/blob/master/tests/testsuite/support/mod.rs
201
201
[ irlo ] : https://internals.rust-lang.org/
202
202
[ subcommands ] : https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands
0 commit comments