mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-30 07:07:42 +00:00
Made hyperlink on homepage correctly redirect to GitHub (#9784)
## Summary Closes #9783. Feels hacky because of the different key so there *might* be a nicer way to do this 😄 ## Test Plan Tested locally with `mkdocs serve`.
This commit is contained in:
parent
af4db39205
commit
d259cd0d32
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ LINK_REWRITES: dict[str, str] = {
|
|||
"https://docs.astral.sh/ruff/installation/": "installation.md",
|
||||
"https://docs.astral.sh/ruff/rules/": "rules.md",
|
||||
"https://docs.astral.sh/ruff/settings/": "settings.md",
|
||||
"#whos-using-ruff": "https://github.com/astral-sh/ruff#whos-using-ruff",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue