mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
Update editor integrations link in README (#17977)
Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com> Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
97ff015c88
commit
c3feb8ce27
2 changed files with 2 additions and 4 deletions
|
@ -54,7 +54,6 @@ SECTIONS: list[Section] = [
|
|||
Section("Contributing", "contributing.md", generated=True),
|
||||
]
|
||||
|
||||
|
||||
LINK_REWRITES: dict[str, str] = {
|
||||
"https://docs.astral.sh/ruff/": "index.md",
|
||||
"https://docs.astral.sh/ruff/configuration/": "configuration.md",
|
||||
|
@ -62,8 +61,8 @@ LINK_REWRITES: dict[str, str] = {
|
|||
"configuration.md#config-file-discovery"
|
||||
),
|
||||
"https://docs.astral.sh/ruff/contributing/": "contributing.md",
|
||||
"https://docs.astral.sh/ruff/editors": "editors/index.md",
|
||||
"https://docs.astral.sh/ruff/editors/setup": "editors/setup.md",
|
||||
"https://docs.astral.sh/ruff/integrations/": "integrations.md",
|
||||
"https://docs.astral.sh/ruff/faq/#how-does-ruffs-linter-compare-to-flake8": (
|
||||
"faq.md#how-does-ruffs-linter-compare-to-flake8"
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue