From 7eb9bc45de063958c2ec9e351a46152d2690ed15 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 6 Jan 2025 15:05:02 +0100 Subject: [PATCH] Adjust Pillow changelog URL --- scripts/dev/changelog_urls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json index 768c387b6..f71fd33f9 100644 --- a/scripts/dev/changelog_urls.json +++ b/scripts/dev/changelog_urls.json @@ -169,5 +169,5 @@ "blinker": "https://blinker.readthedocs.io/en/stable/#changes", "exceptiongroup": "https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst", "nh3": "https://github.com/messense/nh3/commits/main", - "pillow": "https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst" + "pillow": "https://github.com/python-pillow/Pillow/releases" }