We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf624b commit 1054a75Copy full SHA for 1054a75
Doc/conf.py
@@ -546,6 +546,8 @@
546
r'https://msdn.microsoft.com/.*': 'https://learn.microsoft.com/.*',
547
r'https://docs.microsoft.com/.*': 'https://learn.microsoft.com/.*',
548
r'https://go.microsoft.com/fwlink/\?LinkID=\d+': 'https://learn.microsoft.com/.*',
549
+ # Debian's man page redirects to its current stable version
550
+ r'https://manpages.debian.org/\w+\(\d(\w+)?\)': r'https://manpages.debian.org/\w+/[\w/\-\.]*\.\d(\w+)?\.en\.html',
551
# Language redirects
552
r'https://toml.io': 'https://toml.io/en/',
553
r'https://www.redhat.com': 'https://www.redhat.com/en',
0 commit comments