mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
gh-126022: Remove zope.org from the permitted linkcheck redirects (#129308)
This commit is contained in:
parent
1ed4487968
commit
a156b19424
1 changed files with 0 additions and 2 deletions
|
@ -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/.*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue