2dc10b4
diff --git a/docs/conf.py b/docs/conf.py
2dc10b4
index f8ed63f9d4..cb7596c552 100644
2dc10b4
--- a/docs/conf.py
2dc10b4
+++ b/docs/conf.py
2dc10b4
@@ -18,10 +18,10 @@
2dc10b4
 
2dc10b4
 # External links to the bug tracker and other sites.
2dc10b4
 extlinks = {
2dc10b4
-    'bug': ('https://github.com/beetbox/beets/issues/%s', '#'),
2dc10b4
-    'user': ('https://github.com/%s', ''),
2dc10b4
-    'pypi': ('https://pypi.org/project/%s/', ''),
2dc10b4
-    'stdlib': ('https://docs.python.org/3/library/%s.html', ''),
2dc10b4
+    'bug': ('https://github.com/beetbox/beets/issues/%s', '#%s'),
2dc10b4
+    'user': ('https://github.com/%s', '%s'),
2dc10b4
+    'pypi': ('https://pypi.org/project/%s/', '%s'),
2dc10b4
+    'stdlib': ('https://docs.python.org/3/library/%s.html', '%s'),
2dc10b4
 }
2dc10b4
 
2dc10b4
 linkcheck_ignore = [