@@ -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 [ Discord ] .
9+ on [ Zulip ] .
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 [ Discord ] or open a
57+ Feel free to ask for guidelines on how to tackle a problem on [ Zulip ] 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.
@@ -145,7 +145,7 @@ the `CARGO_RUN_BUILD_STD_TESTS=1` environment variable and running `cargo test
145145After the pull request is made, a friendly bot will automatically assign a
146146reviewer; the review-process will make sure that the proposed changes are
147147sound. Please give the assigned reviewer sufficient time, especially during
148- weekends. If you don't get a reply, you may poke the core developers on [ Discord ] .
148+ weekends. If you don't get a reply, you may poke the core developers on [ Zulip ] .
149149
150150A merge of Cargo's master-branch and your changes is immediately queued
151151to be tested after the pull request is made. In case unforeseen
@@ -226,7 +226,7 @@ adding labels to triage issues:
226226[ E-mentor ] : https://github.com/rust-lang/cargo/labels/E-mentor
227227[ I-nominated ] : https://github.com/rust-lang/cargo/labels/I-nominated
228228[ Code of Conduct ] : https://www.rust-lang.org/conduct.html
229- [ Discord ] : https://discordapp. com/invite/rust-lang
229+ [ Zulip ] : https://rust-lang.zulipchat. com/#narrow/stream/246057-t-cargo
230230[ `crates/cargo-test-support/src/lib.rs` ] : crates/cargo-test-support/src/lib.rs
231231[ irlo ] : https://internals.rust-lang.org/
232232[ subcommands ] : https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands
0 commit comments