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:
trag1c 2024-02-02 15:32:23 +01:00 committed by GitHub
parent af4db39205
commit d259cd0d32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
}