mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-26 13:24:23 +00:00
Update broken links in the documentation (#12677)
## Summary Running `mkdocs server -f mkdocs.insiders.yml` gave warnings about these broken links. ## Test plan I built the docs locally and verified that the updated links work properly.
This commit is contained in:
parent
2c79045342
commit
82e69ebf23
4 changed files with 12 additions and 10 deletions
|
@ -58,14 +58,17 @@ SECTIONS: list[Section] = [
|
|||
LINK_REWRITES: dict[str, str] = {
|
||||
"https://docs.astral.sh/ruff/": "index.md",
|
||||
"https://docs.astral.sh/ruff/configuration/": "configuration.md",
|
||||
"https://docs.astral.sh/ruff/configuration/#pyprojecttoml-discovery": (
|
||||
"configuration.md#pyprojecttoml-discovery"
|
||||
"https://docs.astral.sh/ruff/configuration/#config-file-discovery": (
|
||||
"configuration.md#config-file-discovery"
|
||||
),
|
||||
"https://docs.astral.sh/ruff/contributing/": "contributing.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-ruff-compare-to-flake8": (
|
||||
"faq.md#how-does-ruff-compare-to-flake8"
|
||||
"https://docs.astral.sh/ruff/faq/#how-does-ruffs-linter-compare-to-flake8": (
|
||||
"faq.md#how-does-ruffs-linter-compare-to-flake8"
|
||||
),
|
||||
"https://docs.astral.sh/ruff/faq/#how-does-ruffs-formatter-compare-to-black": (
|
||||
"faq.md#how-does-ruffs-formatter-compare-to-black"
|
||||
),
|
||||
"https://docs.astral.sh/ruff/installation/": "installation.md",
|
||||
"https://docs.astral.sh/ruff/rules/": "rules.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue