From 4632bbcf8dc46ff208e9d87fec39007ba7734af2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 7 Oct 2023 23:08:02 +1100 Subject: [PATCH] Updated redirected links --- README.md | 4 ++-- docs/conf.py | 2 +- docs/index.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 994146cd5f8..e11bd2faa1d 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ As of 2019, Pillow development is Number of PyPI downloads - OpenSSF Best Practices + src="https://www.bestpractices.dev/projects/6331/badge"> diff --git a/docs/conf.py b/docs/conf.py index a2c825292f7..7dffcfae28d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -318,7 +318,7 @@ def setup(app): linkcheck_allowed_redirects = { - r"https://bestpractices.coreinfrastructure.org/projects/6331": r"https://bestpractices.coreinfrastructure.org/en/.*", # noqa: E501 + r"https://www.bestpractices.dev/projects/6331": r"https://www.bestpractices.dev/en/.*", # noqa: E501 r"https://badges.gitter.im/python-pillow/Pillow.svg": r"https://badges.gitter.im/repo.svg", # noqa: E501 r"https://gitter.im/python-pillow/Pillow?.*": r"https://app.gitter.im/#/room/#python-pillow_Pillow:gitter.im?.*", # noqa: E501 r"https://pillow.readthedocs.io/?badge=latest": r"https://pillow.readthedocs.io/en/stable/?badge=latest", # noqa: E501 diff --git a/docs/index.rst b/docs/index.rst index 99da614a49a..4f577fe9c22 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -69,8 +69,8 @@ Pillow for enterprise is available via the Tidelift Subscription. `Learn more