diff options
author | 2022-03-15 16:25:28 +0400 | |
---|---|---|
committer | 2022-03-15 16:25:28 +0400 | |
commit | bc0a470dcd99007581975f23efabbda9266dac9d (patch) | |
tree | 6fa9bc28c1b4b8b495be25031eee39cd71e6d824 /docs | |
parent | Merge pull request #37 from python-discord/fix/trace-logging (diff) | |
parent | Bump version and document breaking change (diff) |
Merge pull request #39 from python-discord/revert-disnakev4.0.0
Revert disnake
Diffstat (limited to 'docs')
-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 6ea701e5..855a5856 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -130,7 +130,7 @@ extlinks = { # -- Options for intersphinx extension --------------------------------------- intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "disnake": ("https://docs.disnake.dev/en/latest/", None), + "discord": ("https://discordpy.readthedocs.io/en/master/", None), "aiohttp": ("https://docs.aiohttp.org/en/stable/", None), } |