We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7abe3 commit 2106f47Copy full SHA for 2106f47
docs/conf.py
@@ -18,10 +18,10 @@
18
19
# External links to the bug tracker and other sites.
20
extlinks = {
21
- 'bug': ('https://github.com/beetbox/beets/issues/%s', '#'),
22
- 'user': ('https://github.com/%s', ''),
23
- 'pypi': ('https://pypi.org/project/%s/', ''),
24
- 'stdlib': ('https://docs.python.org/3/library/%s.html', ''),
+ 'bug': ('https://github.com/beetbox/beets/issues/%s', '#%s'),
+ 'user': ('https://github.com/%s', '%s'),
+ 'pypi': ('https://pypi.org/project/%s/', '%s'),
+ 'stdlib': ('https://docs.python.org/3/library/%s.html', '%s'),
25
}
26
27
linkcheck_ignore = [
0 commit comments