From fa50471997892c31d423e91500a0fa3bba418afd Mon Sep 17 00:00:00 2001
From: rami3l
Date: Fri, 27 Jun 2025 22:30:20 +0800
Subject: [PATCH] docs: replace Discord links
---
doc/dev-guide/src/linting.md | 3 ++-
www/index.html | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/dev-guide/src/linting.md b/doc/dev-guide/src/linting.md
index fc58981efb..d20236672f 100644
--- a/doc/dev-guide/src/linting.md
+++ b/doc/dev-guide/src/linting.md
@@ -3,7 +3,8 @@
We use `cargo clippy` to ensure high-quality code and to enforce a set of best practices for Rust programming.
However, not all lints provided by `cargo clippy` are relevant or applicable to our project.
We may choose to ignore some lints if they are unstable, experimental, or specific to our project.
-If you are unsure about a lint, please ask us in the [rustup Discord channel](https://discord.com/channels/442252698964721669/463480252723888159).
+If you are unsure about a lint, please ask us in the
+[rustup Zulip channel](https://rust-lang.zulipchat.com/#narrow/channel/490103-t-rustup).
## Manual linting
diff --git a/www/index.html b/www/index.html
index 3b9b4a8cb5..29b8f719d6 100644
--- a/www/index.html
+++ b/www/index.html
@@ -221,8 +221,8 @@