Skip to content

Commit 8e37f0f

Browse files
committed
chore: remove discord references from the std library as well
1 parent 8d7e637 commit 8e37f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
//! pull-requests for your suggested changes.
9595
//!
9696
//! Contributions are appreciated! If you see a part of the docs that can be
97-
//! improved, submit a PR, or chat with us first on [Discord][rust-discord]
97+
//! improved, submit a PR, or chat with us first on [Zulip][rust-zulip]
9898
//! #docs.
9999
//!
100100
//! # A Tour of The Rust Standard Library
@@ -212,7 +212,7 @@
212212
//! [multithreading]: thread
213213
//! [other]: #what-is-in-the-standard-library-documentation
214214
//! [primitive types]: ../book/ch03-02-data-types.html
215-
//! [rust-discord]: https://discord.gg/rust-lang
215+
//! [rust-zulip]: https://rust-lang.zulipchat.com/
216216
//! [array]: prim@array
217217
//! [slice]: prim@slice
218218

0 commit comments

Comments
 (0)