]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-126022: Remove zope.org from the permitted linkcheck redirects (#129308)
authorpartev <petrosyan@gmail.com>
Sun, 26 Jan 2025 14:46:00 +0000 (09:46 -0500)
committerGitHub <noreply@github.com>
Sun, 26 Jan 2025 14:46:00 +0000 (16:46 +0200)
Doc/conf.py

index 5d0d14410accb16636c11066fbdb2864b624e389..1aeecaeb3073f55fa525fdc463a964c359f5f93f 100644 (file)
@@ -560,8 +560,6 @@ linkcheck_allowed_redirects = {
     r'https://github.com/python/cpython/tree/.*': 'https://github.com/python/cpython/blob/.*',
     # Intentional HTTP use at Misc/NEWS.d/3.5.0a1.rst
     r'http://www.python.org/$': 'https://www.python.org/$',
-    # Used in license page, keep as is
-    r'https://www.zope.org/': r'https://www.zope.dev/',
     # Microsoft's redirects to learn.microsoft.com
     r'https://msdn.microsoft.com/.*': 'https://learn.microsoft.com/.*',
     r'https://docs.microsoft.com/.*': 'https://learn.microsoft.com/.*',