From d61827b92ce3c8b0691ca2fc26315f62586db61a Mon Sep 17 00:00:00 2001 From: Wyn Date: Thu, 3 May 2018 23:33:01 -0400 Subject: [PATCH] [V3 Docs] Fixed broken link (#1567) Guide migration went into a maze, this should fix it. --- docs/guide_cog_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide_cog_creation.rst b/docs/guide_cog_creation.rst index 0e2354dd0..e43e5f0e3 100644 --- a/docs/guide_cog_creation.rst +++ b/docs/guide_cog_creation.rst @@ -90,6 +90,6 @@ have successfully created a cog! Additional resources -------------------- -Be sure to check out the `migration guide `_ for some resources +Be sure to check out the :doc:`/guide_migration` for some resources on developing cogs for V3. This will also cover differences between V2 and V3 for those who developed cogs for V2.