diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 58c32c3f..af09c7e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ extensions = [ autodoc_member_order = 'bysource' extlinks = { - 'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'issue '), + 'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'), } # Links used for cross-referencing stuff in other documentation |