mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Update intershpinx refs (#2660)
This commit is contained in:
parent
5c91709ac8
commit
e96e5374b4
@ -203,7 +203,7 @@ linkcheck_ignore = [r"https://java.com*", r"https://chocolatey.org*"]
|
|||||||
# Intersphinx
|
# Intersphinx
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
"python": ("https://docs.python.org/3", None),
|
"python": ("https://docs.python.org/3", None),
|
||||||
"dpy": ("https://discordpy.readthedocs.io/en/rewrite/", None),
|
"dpy": ("https://discordpy.readthedocs.io/en/v1.0.1/", None),
|
||||||
"motor": ("https://motor.readthedocs.io/en/stable/", None),
|
"motor": ("https://motor.readthedocs.io/en/stable/", None),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
Migrating Cogs to V3
|
Migrating Cogs to V3
|
||||||
====================
|
====================
|
||||||
|
|
||||||
First, be sure to read `discord.py's migration guide <http://discordpy.readthedocs.io/en/rewrite/migrating.html>`_
|
First, be sure to read `discord.py's migration guide <https://discordpy.readthedocs.io/en/v1.0.1/migrating.html>`_
|
||||||
as that covers all of the changes to discord.py that will affect the migration process
|
as that covers all of the changes to discord.py that will affect the migration process
|
||||||
|
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
@ -237,7 +237,7 @@ Once done setting up the instance, run the following command to run Red:
|
|||||||
|
|
||||||
It will walk through the initial setup, asking for your token and a prefix.
|
It will walk through the initial setup, asking for your token and a prefix.
|
||||||
You can find out how to obtain a token with
|
You can find out how to obtain a token with
|
||||||
`this guide <https://discordpy.readthedocs.io/en/rewrite/discord.html#creating-a-bot-account>`_,
|
`this guide <https://discordpy.readthedocs.io/en/v1.0.1/discord.html#creating-a-bot-account>`_,
|
||||||
section "Creating a Bot Account".
|
section "Creating a Bot Account".
|
||||||
|
|
||||||
You may also run Red via the launcher, which allows you to restart the bot
|
You may also run Red via the launcher, which allows you to restart the bot
|
||||||
|
|||||||
@ -111,7 +111,7 @@ Once done setting up the instance, run the following command to run Red:
|
|||||||
|
|
||||||
It will walk through the initial setup, asking for your token and a prefix.
|
It will walk through the initial setup, asking for your token and a prefix.
|
||||||
You can find out how to obtain a token with
|
You can find out how to obtain a token with
|
||||||
`this guide <https://discordpy.readthedocs.io/en/rewrite/discord.html#creating-a-bot-account>`_,
|
`this guide <https://discordpy.readthedocs.io/en/v1.0.1/discord.html#creating-a-bot-account>`_,
|
||||||
section "Creating a Bot Account".
|
section "Creating a Bot Account".
|
||||||
|
|
||||||
You may also run Red via the launcher, which allows you to restart the bot
|
You may also run Red via the launcher, which allows you to restart the bot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user