]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-126022: Remove zope.org from the permitted linkcheck redirects (GH-129308...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Jan 2025 14:51:49 +0000 (15:51 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Jan 2025 14:51:49 +0000 (14:51 +0000)
Co-authored-by: partev <petrosyan@gmail.com>
Doc/conf.py

index e1adf533e8afba4d84f3ddcef672abac902bed30..a156ea2e57a6a523a56971c17d8123d5d14bd344 100644 (file)
@@ -552,8 +552,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/.*',