From 96032a0177e79a62d64e84398df1e758ec53ccbb Mon Sep 17 00:00:00 2001 From: Duck Date: Sun, 19 Sep 2021 12:13:39 -0400 Subject: [PATCH 1/2] Updated links --- docs/conf.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e0878cd2..0ee089d7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ autodoc_typehints = "none" # napoleon_attr_annotations = False extlinks = { - "issue": ("https://github.com/Rapptz/discord.py/issues/%s", "GH-"), + "issue": ("https://github.com/iDevision/enhanced-discord.py/issues/%s", "GH-"), } # Links used for cross-referencing stuff in other documentation @@ -159,7 +159,7 @@ html_experimental_html5_writer = True html_theme = "basic" html_context = { - "discord_invite": "https://discord.gg/r3sSKJJ", + "discord_invite": "https://discord.gg/TvqYBrGXEm", "discord_extensions": [ ("discord.ext.commands", "ext/commands"), ("discord.ext.tasks", "ext/tasks"), @@ -167,10 +167,9 @@ html_context = { } resource_links = { - "discord": "https://discord.gg/r3sSKJJ", - "issues": "https://github.com/Rapptz/discord.py/issues", - "discussions": "https://github.com/Rapptz/discord.py/discussions", - "examples": f"https://github.com/Rapptz/discord.py/tree/{branch}/examples", + "discord": "https://discord.gg/TvqYBrGXEm", + "issues": "https://github.com/iDevision/enhanced-discord.py/issues", + "examples": f"https://github.com/iDevision/enhanced-discord.py/tree/{branch}/examples", } # Theme options are theme-specific and customize the look and feel of a theme -- 2.47.2 From 0f3eb7925978a91ce8dc03b2f20ee037069001a2 Mon Sep 17 00:00:00 2001 From: Duck Date: Sun, 19 Sep 2021 12:15:30 -0400 Subject: [PATCH 2/2] Remove github discussions from getting help --- docs/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index e1af5163..583694d2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,7 +38,6 @@ If you're having trouble with something, these resources might help. - Ask us and hang out with us in our :resource:`Discord ` server. - If you're looking for something specific, try the :ref:`index ` or :ref:`searching `. - Report bugs in the :resource:`issue tracker `. -- Ask in our :resource:`GitHub discussions page `. Extensions ------------ -- 2.47.2