Skip to content

Commit 53b7b0f

Browse files
[3.13] gh-126022: Remove zope.org from the permitted linkcheck redirects (GH-129308) (#129317)
Co-authored-by: partev <[email protected]>
1 parent 1499f66 commit 53b7b0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/conf.py

-2
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,6 @@
552552
r'https://github.com/python/cpython/tree/.*': 'https://github.com/python/cpython/blob/.*',
553553
# Intentional HTTP use at Misc/NEWS.d/3.5.0a1.rst
554554
r'http://www.python.org/$': 'https://www.python.org/$',
555-
# Used in license page, keep as is
556-
r'https://www.zope.org/': r'https://www.zope.dev/',
557555
# Microsoft's redirects to learn.microsoft.com
558556
r'https://msdn.microsoft.com/.*': 'https://learn.microsoft.com/.*',
559557
r'https://docs.microsoft.com/.*': 'https://learn.microsoft.com/.*',

0 commit comments

Comments
 (0)