diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 7112a04ea..8ed69dd5b 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -850,7 +850,7 @@ class Core(commands.Cog, CoreLogic): Acceptable values for the colour parameter can be found at: - http://discordpy.readthedocs.io/en/rewrite/ext/commands/api.html#discord.ext.commands.ColourConverter + https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter """ if colour is None: ctx.bot.color = discord.Color.red()