From b0da01aa7ef316cb7b4c10ac2120c1f356c2a3e3 Mon Sep 17 00:00:00 2001 From: partev Date: Sun, 26 Jan 2025 09:46:00 -0500 Subject: [PATCH] gh-126022: Remove zope.org from the permitted linkcheck redirects (GH-129308) (cherry picked from commit a156b1942476809d9aca9899ee6465f10671c5c6) Co-authored-by: partev --- Doc/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/conf.py b/Doc/conf.py index e1adf533e8afba..a156ea2e57a6a5 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -552,8 +552,6 @@ 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/.*',