From ccd16f598ce5088b193c2d6ca800ca7dda79250f Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 15 Mar 2022 12:11:31 +0000 Subject: Change all instance of disnake to discord --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') 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), } -- cgit v1.2.3