From 2a0927a5ef362176fd0e3493facc32e1fb60d9ee Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 8 Feb 2023 04:36:59 -0500 Subject: [PATCH] Update Discord link --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2d89f6d80..ee8995b53b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ For small changes (e.g., bug fixes), feel free to submit a PR. For larger changes (e.g., new lint rules, new functionality, new configuration options), consider creating an [**issue**](https://github.com/charliermarsh/ruff/issues) outlining your proposed -change. You can also join us on [**Discord**](https://discord.gg/Z8KbeK24) to discuss your idea with +change. You can also join us on [**Discord**](https://discord.gg/c9MhzV8aU5) to discuss your idea with the community. If you're looking for a place to start, we recommend implementing a new lint rule (see: diff --git a/README.md b/README.md index e17ec9d26a..3a5e232e4c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Actions status](https://github.com/charliermarsh/ruff/workflows/CI/badge.svg)](https://github.com/charliermarsh/ruff/actions) [![image](https://img.shields.io/date/1676394000?label=Jetbrains%20Ruff%20Webinar&logo=jetbrains)](https://info.jetbrains.com/PyCharm-Webinar-February14-2023.html) -[**Discord**](https://discord.gg/Z8KbeK24) | [**Docs**](https://beta.ruff.rs/docs/) | [**Playground**](https://play.ruff.rs/) +[**Discord**](https://discord.gg/c9MhzV8aU5) | [**Docs**](https://beta.ruff.rs/docs/) | [**Playground**](https://play.ruff.rs/) An extremely fast Python linter, written in Rust. @@ -1960,14 +1960,14 @@ If you find a case where Ruff's autofix breaks your code, please file an Issue! Contributions are welcome and highly appreciated. To get started, check out the [**contributing guidelines**](https://github.com/charliermarsh/ruff/blob/main/CONTRIBUTING.md). You -can also join us on [**Discord**](https://discord.gg/Z8KbeK24). +can also join us on [**Discord**](https://discord.gg/c9MhzV8aU5). ## Support Having trouble? Check out the existing issues on [**GitHub**](https://github.com/charliermarsh/ruff/issues), or feel free to [**open a new one**](https://github.com/charliermarsh/ruff/issues/new). -You can also ask for help on [**Discord**](https://discord.gg/Z8KbeK24). +You can also ask for help on [**Discord**](https://discord.gg/c9MhzV8aU5). ## Reference