diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 305e832327389..51e664b3e8f35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,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/astral-sh/ruff/issues) outlining your proposed change. -You can also join us on [**Discord**](https://discord.gg/c9MhzV8aU5) to discuss your idea with the +You can also join us on [**Discord**](https://discord.com/invite/astral-sh) to discuss your idea with the community. We've labeled [beginner-friendly tasks](https://github.com/astral-sh/ruff/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) in the issue tracker, along with [bugs](https://github.com/astral-sh/ruff/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and [improvements](https://github.com/astral-sh/ruff/issues?q=is%3Aissue+is%3Aopen+label%3Aaccepted) diff --git a/README.md b/README.md index 962fe3ed1427e..b8ad0d8b69ef9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![image](https://img.shields.io/pypi/pyversions/ruff.svg)](https://pypi.python.org/pypi/ruff) [![Actions status](https://github.com/astral-sh/ruff/workflows/CI/badge.svg)](https://github.com/astral-sh/ruff/actions) -[**Discord**](https://discord.gg/c9MhzV8aU5) | [**Docs**](https://docs.astral.sh/ruff/) | [**Playground**](https://play.ruff.rs/) +[**Discord**](https://discord.com/invite/astral-sh) | [**Docs**](https://docs.astral.sh/ruff/) | [**Playground**](https://play.ruff.rs/) An extremely fast Python linter and code formatter, written in Rust. @@ -341,14 +341,14 @@ For a complete enumeration of the supported rules, see [_Rules_](https://docs.as Contributions are welcome and highly appreciated. To get started, check out the [**contributing guidelines**](https://docs.astral.sh/ruff/contributing/). -You can also join us on [**Discord**](https://discord.gg/c9MhzV8aU5). +You can also join us on [**Discord**](https://discord.com/invite/astral-sh). ## Support Having trouble? Check out the existing issues on [**GitHub**](https://github.com/astral-sh/ruff/issues), or feel free to [**open a new one**](https://github.com/astral-sh/ruff/issues/new). -You can also ask for help on [**Discord**](https://discord.gg/c9MhzV8aU5). +You can also ask for help on [**Discord**](https://discord.com/invite/astral-sh). ## Acknowledgements