Fix documentation-link detection in generate_mkdocs.py (#3030)

This commit is contained in:
Charlie Marsh 2023-02-19 07:20:44 -05:00 committed by GitHub
parent a7c533634d
commit c25be31eb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = (