Skip to content

Commit

Permalink
Update documentation about moving from Discord to Zulip
Browse files Browse the repository at this point in the history
  • Loading branch information
giraffate committed Sep 16, 2020
1 parent 4f6d4e6 commit b37e3cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -8,7 +8,7 @@ something. We appreciate any sort of contributions, and don't want a wall of rul

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

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

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

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions doc/adding_lints.md
Expand Up @@ -488,7 +488,7 @@ For `LateLintPass` lints:
While most of Clippy's lint utils are documented, most of rustc's internals lack
documentation currently. This is unfortunate, but in most cases you can probably
get away with copying things from existing similar lints. If you are stuck,
don't hesitate to ask on [Discord] or in the issue/PR.
don't hesitate to ask on [Zulip] or in the issue/PR.

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

0 comments on commit b37e3cd

Please sign in to comment.