aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-03-15 16:25:28 +0400
committerGravatar GitHub <[email protected]>2022-03-15 16:25:28 +0400
commitbc0a470dcd99007581975f23efabbda9266dac9d (patch)
tree6fa9bc28c1b4b8b495be25031eee39cd71e6d824 /docs
parentMerge pull request #37 from python-discord/fix/trace-logging (diff)
parentBump 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.py2
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),
}