Skip to content

Commit e7bff50

Browse files
committed
Auto merge of rust-lang#6057 - giraffate:update_doc_about_moving_to_zulip, r=flip1995
Update documentation about moving from Discord to Zulip Moving from Discord to Zulip was discussed at rust-lang/rust-clippy#5943 and new stream in Zulip was created at rust-lang/rust-clippy#5943 (comment). changelog: none
2 parents 4f6d4e6 + b37e3cd commit e7bff50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ something. We appreciate any sort of contributions, and don't want a wall of rul
88

99
Clippy welcomes contributions from everyone. There are many ways to contribute to Clippy and the following document
1010
explains how you can contribute and how to get started. If you have any questions about contributing or need help with
11-
anything, feel free to ask questions on issues or visit the `#clippy` on [Discord].
11+
anything, feel free to ask questions on issues or visit the `#clippy` on [Zulip].
1212

1313
All contributors are expected to follow the [Rust Code of Conduct].
1414

@@ -23,7 +23,7 @@ All contributors are expected to follow the [Rust Code of Conduct].
2323
- [Bors and Homu](#bors-and-homu)
2424
- [Contributions](#contributions)
2525

26-
[Discord]: https://discord.gg/rust-lang
26+
[Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/clippy
2727
[Rust Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct
2828

2929
## Getting started
@@ -242,7 +242,7 @@ to be run inside the `rust` directory):
242242
```
243243
3. Open a PR to `rust-lang/rust-clippy` and wait for it to get merged (to
244244
accelerate the process ping the `@rust-lang/clippy` team in your PR and/or
245-
~~annoy~~ ask them in the [Discord] channel.)
245+
~~annoy~~ ask them in the [Zulip] stream.)
246246

247247
### Syncing back changes in Clippy to [`rust-lang/rust`]
248248

doc/adding_lints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ For `LateLintPass` lints:
488488
While most of Clippy's lint utils are documented, most of rustc's internals lack
489489
documentation currently. This is unfortunate, but in most cases you can probably
490490
get away with copying things from existing similar lints. If you are stuck,
491-
don't hesitate to ask on [Discord] or in the issue/PR.
491+
don't hesitate to ask on [Zulip] or in the issue/PR.
492492

493493
[utils]: https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/utils/mod.rs
494494
[if_chain]: https://docs.rs/if_chain/*/if_chain/
@@ -500,4 +500,4 @@ don't hesitate to ask on [Discord] or in the issue/PR.
500500
[nightly_docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
501501
[ast]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/index.html
502502
[ty]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/sty/index.html
503-
[Discord]: https://discord.gg/rust-lang
503+
[Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/clippy

0 commit comments

Comments
 (0)