Skip to content

Commit fa19bac

Browse files
committed
docs: replace Discord links with Zulip links
1 parent bd354c1 commit fa19bac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/dev-guide/src/linting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
We use `cargo clippy` to ensure high-quality code and to enforce a set of best practices for Rust programming.
44
However, not all lints provided by `cargo clippy` are relevant or applicable to our project.
55
We may choose to ignore some lints if they are unstable, experimental, or specific to our project.
6-
If you are unsure about a lint, please ask us in the [rustup Discord channel](https://discord.com/channels/442252698964721669/463480252723888159).
6+
If you are unsure about a lint, please ask us in the
7+
[rustup Zulip channel](https://rust-lang.zulipchat.com/#narrow/channel/490103-t-rustup).
78

89
## Manual linting
910

www/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ <h2>An installer for the systems programming language <a href="https://www.rust-
221221
</div>
222222

223223
<p id="help">
224-
Need help?<br>Ask on <a href="https://discord.gg/rust-lang">#beginners in the Rust Discord</a><br>
224+
Need help?<br>
225+
Ask on <a href="https://rust-lang.zulipchat.com/#narrow/channel/122652-new-members">#new members</a> in the Rust Zulip<br>
225226
or in the <a href="https://users.rust-lang.org">Rust Users Forum</a>.
226227
</p>
227228

0 commit comments

Comments
 (0)