mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
25 lines
994 B
Diff
25 lines
994 B
Diff
diff --git a/docs/conf.py b/docs/conf.py
|
|
index f17b3c9..28911bd 100644
|
|
--- a/docs/conf.py
|
|
+++ b/docs/conf.py
|
|
@@ -131,14 +131,14 @@ man_pages = [
|
|
# -- Options for extlink extension --------------------------------------------
|
|
|
|
extlinks = {
|
|
- "issue": ("https://github.com/mopidy/mopidy/issues/%s", "#"),
|
|
- "commit": ("https://github.com/mopidy/mopidy/commit/%s", "commit "),
|
|
- "js": ("https://github.com/mopidy/mopidy.js/issues/%s", "mopidy.js#"),
|
|
+ "issue": ("https://github.com/mopidy/mopidy/issues/%s", "#%s"),
|
|
+ "commit": ("https://github.com/mopidy/mopidy/commit/%s", "commit%s "),
|
|
+ "js": ("https://github.com/mopidy/mopidy.js/issues/%s", "mopidy.js#%s"),
|
|
"mpris": (
|
|
"https://github.com/mopidy/mopidy-mpris/issues/%s",
|
|
- "mopidy-mpris#",
|
|
+ "mopidy-mpris#%s",
|
|
),
|
|
- "discuss": ("https://discourse.mopidy.com/t/%s", "discourse.mopidy.com/t/"),
|
|
+ "discuss": ("https://discourse.mopidy.com/t/%s", "discourse.mopidy.com/t/%s"),
|
|
}
|
|
|
|
|