From c25be31eb14ba4ac9440cc2cefa345a0797347a9 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 19 Feb 2023 07:20:44 -0500 Subject: [PATCH] Fix documentation-link detection in generate_mkdocs.py (#3030) --- scripts/generate_mkdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_mkdocs.py b/scripts/generate_mkdocs.py index 720dd77b54..664d41a93d 100644 --- a/scripts/generate_mkdocs.py +++ b/scripts/generate_mkdocs.py @@ -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 = (