From b8fc006e52f48ab2d45329357e175aeb49d412c1 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 13 Dec 2023 14:39:57 -0500 Subject: [PATCH] Fix blog post URL in changelog (#9119) Closes https://github.com/astral-sh/ruff/issues/9118. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fda890d53..cebb80b270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This release includes opt-in support for formatting Python snippets within docstrings via the `docstring-code-format` setting. -[Check out the blog post](https://astral.sh/blog/v0.1.8) for more details! +[Check out the blog post](https://astral.sh/blog/ruff-v0.1.8) for more details! ### Preview features