mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
Fix documentation-link detection in generate_mkdocs.py (#3030)
This commit is contained in:
parent
a7c533634d
commit
c25be31eb1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ SECTIONS: list[tuple[str, str]] = [
|
|||
]
|
||||
|
||||
DOCUMENTATION_LINK: str = (
|
||||
"This README is also available as [documentation](https://beta.ruff.rs/docs/)."
|
||||
"For more, see the [documentation](https://beta.ruff.rs/docs/)."
|
||||
)
|
||||
|
||||
FATHOM_SCRIPT: str = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue