From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 26 Jan 2025 14:51:49 +0000 (+0100) Subject: [3.13] gh-126022: Remove zope.org from the permitted linkcheck redirects (GH-129308... X-Git-Tag: v3.13.2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53b7b0f78200feef570724e021241bbfd036c38a;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-126022: Remove zope.org from the permitted linkcheck redirects (GH-129308) (#129317) Co-authored-by: partev --- diff --git a/Doc/conf.py b/Doc/conf.py index e1adf533e8af..a156ea2e57a6 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -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/.*',