From 224d89c6ff65a7433fef951648a5f621e9a92a1f Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 16 Nov 2020 12:13:52 -0500 Subject: [PATCH] [Docs] Fix CustomCommands URL mistake (#4591) --- docs/cog_guides/customcommands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cog_guides/customcommands.rst b/docs/cog_guides/customcommands.rst index 2172ca7f1..2c7b5c878 100644 --- a/docs/cog_guides/customcommands.rst +++ b/docs/cog_guides/customcommands.rst @@ -105,7 +105,7 @@ Create custom commands. If a type is not specified, a simple CC will be created. CCs can be enhanced with arguments, see the guide -here: https://docs.discord.red/en/stable/cog_customcom.html. +:ref:`here `. .. _customcommands-command-customcom-create-random: