From 43691f97d0269f31d79b40552ef773a98e3347e2 Mon Sep 17 00:00:00 2001 From: Niranjan Kurhade Date: Wed, 1 Nov 2023 00:07:15 +0530 Subject: [PATCH] Editor integrations link fixed in README (#8386) --- README.md | 2 +- scripts/generate_mkdocs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ddd1da460..bb28ef8478 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ An extremely fast Python linter and code formatter, written in Rust. - 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports) - 📏 Over [700 built-in rules](https://docs.astral.sh/ruff/rules/), with native re-implementations of popular Flake8 plugins, like flake8-bugbear -- ⌨️ First-party [editor integrations](https://docs.astral.sh/ruff/editor-integrations/) for +- ⌨️ First-party [editor integrations](https://docs.astral.sh/ruff/integrations/) for [VS Code](https://github.com/astral-sh/ruff-vscode) and [more](https://github.com/astral-sh/ruff-lsp) - 🌎 Monorepo-friendly, with [hierarchical and cascading configuration](https://docs.astral.sh/ruff/configuration/#pyprojecttoml-discovery) diff --git a/scripts/generate_mkdocs.py b/scripts/generate_mkdocs.py index 165debb768..c90126382d 100644 --- a/scripts/generate_mkdocs.py +++ b/scripts/generate_mkdocs.py @@ -43,7 +43,7 @@ LINK_REWRITES: dict[str, str] = { "configuration.md#pyprojecttoml-discovery" ), "https://docs.astral.sh/ruff/contributing/": "contributing.md", - "https://docs.astral.sh/ruff/editor-integrations/": "integrations.md", + "https://docs.astral.sh/ruff/integrations/": "integrations.md", "https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8": ( "faq.md#how-does-ruff-compare-to-flake8" ),