From 10412c4f51bfd93e182ca7ad03319f2c85a080ff Mon Sep 17 00:00:00 2001 From: Elizabeth Sherrock Date: Sat, 29 Jun 2019 11:35:47 -0400 Subject: [PATCH] Fix broken link in `set color` docstring (#2803) --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()