We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed4487 commit a156b19Copy full SHA for a156b19
Doc/conf.py
@@ -560,8 +560,6 @@
560
r'https://github.com/python/cpython/tree/.*': 'https://github.com/python/cpython/blob/.*',
561
# Intentional HTTP use at Misc/NEWS.d/3.5.0a1.rst
562
r'http://www.python.org/$': 'https://www.python.org/$',
563
- # Used in license page, keep as is
564
- r'https://www.zope.org/': r'https://www.zope.dev/',
565
# Microsoft's redirects to learn.microsoft.com
566
r'https://msdn.microsoft.com/.*': 'https://learn.microsoft.com/.*',
567
r'https://docs.microsoft.com/.*': 'https://learn.microsoft.com/.*',
0 commit comments