Skip to content

Commit 7921da5

Browse files
authored
Merge pull request #7448 from radarhere/links
Updated redirected links
2 parents ab5fc84 + 4632bbc commit 7921da5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ As of 2019, Pillow development is
7474
<a href="https://pypi.org/project/Pillow/"><img
7575
alt="Number of PyPI downloads"
7676
src="https://img.shields.io/pypi/dm/pillow.svg"></a>
77-
<a href="https://bestpractices.coreinfrastructure.org/projects/6331"><img
77+
<a href="https://www.bestpractices.dev/projects/6331"><img
7878
alt="OpenSSF Best Practices"
79-
src="https://bestpractices.coreinfrastructure.org/projects/6331/badge"></a>
79+
src="https://www.bestpractices.dev/projects/6331/badge"></a>
8080
</td>
8181
</tr>
8282
<tr>

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def setup(app):
318318

319319

320320
linkcheck_allowed_redirects = {
321-
r"https://bestpractices.coreinfrastructure.org/projects/6331": r"https://bestpractices.coreinfrastructure.org/en/.*", # noqa: E501
321+
r"https://www.bestpractices.dev/projects/6331": r"https://www.bestpractices.dev/en/.*", # noqa: E501
322322
r"https://badges.gitter.im/python-pillow/Pillow.svg": r"https://badges.gitter.im/repo.svg", # noqa: E501
323323
r"https://gitter.im/python-pillow/Pillow?.*": r"https://app.gitter.im/#/room/#python-pillow_Pillow:gitter.im?.*", # noqa: E501
324324
r"https://pillow.readthedocs.io/?badge=latest": r"https://pillow.readthedocs.io/en/stable/?badge=latest", # noqa: E501

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Pillow for enterprise is available via the Tidelift Subscription. `Learn more <h
6969
:target: https://pypi.org/project/Pillow/
7070
:alt: Number of PyPI downloads
7171

72-
.. image:: https://bestpractices.coreinfrastructure.org/projects/6331/badge
73-
:target: https://bestpractices.coreinfrastructure.org/projects/6331
72+
.. image:: https://www.bestpractices.dev/projects/6331/badge
73+
:target: https://www.bestpractices.dev/projects/6331
7474
:alt: OpenSSF Best Practices
7575

7676
.. image:: https://badges.gitter.im/python-pillow/Pillow.svg

0 commit comments

Comments
 (0)