From c47ff658e4072c1a574d27967abfd4b7a6d93223 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Thu, 15 Feb 2024 22:16:02 -0600 Subject: [PATCH] chore(docs): update Discord invite to permalink (#10005) ## Summary Update the Discord unique-id invite links to use the company permalink. ## Test Plan Visiting the links --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 305e832327..51e664b3e8 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 962fe3ed14..b8ad0d8b69 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