We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c1f3d commit 1151dd6Copy full SHA for 1151dd6
Doc/conf.py
@@ -532,6 +532,8 @@
532
r'https://msdn.microsoft.com/.*': 'https://learn.microsoft.com/.*',
533
r'https://docs.microsoft.com/.*': 'https://learn.microsoft.com/.*',
534
r'https://go.microsoft.com/fwlink/\?LinkID=\d+': 'https://learn.microsoft.com/.*',
535
+ # Debian's man page redirects to its current stable version
536
+ r'https://manpages.debian.org/\w+\(\d(\w+)?\)': r'https://manpages.debian.org/\w+/[\w/\-\.]*\.\d(\w+)?\.en\.html',
537
# Language redirects
538
r'https://toml.io': 'https://toml.io/en/',
539
r'https://www.redhat.com': 'https://www.redhat.com/en',
0 commit comments