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