diff --git a/docs/conf.py b/docs/conf.py index e6464b4a..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 @@ -168,9 +168,8 @@ html_context = { resource_links = { "discord": "https://discord.gg/TvqYBrGXEm", - "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", + "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 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 ------------