From 34bbdd564d944153145a5a7aaf1ae5677ea7ee99 Mon Sep 17 00:00:00 2001 From: Gryffon Bellish <39341355+PyroTechniac@users.noreply.github.com> Date: Mon, 22 Apr 2019 11:32:56 -0400 Subject: [PATCH] docs: organizing tutorials (#667) * reorder tutorials * reorder tutorials --- guides/Advanced Commands/CommandsCustomResolvers.md | 2 +- guides/Advanced Commands/CommandsCustomResponses.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/Advanced Commands/CommandsCustomResolvers.md b/guides/Advanced Commands/CommandsCustomResolvers.md index c1cf1c86a1..c7b61f21eb 100644 --- a/guides/Advanced Commands/CommandsCustomResolvers.md +++ b/guides/Advanced Commands/CommandsCustomResolvers.md @@ -21,5 +21,5 @@ Then in your usage, you can use the type `key`, it'll be recognized as a *local* ## Further Reading: - {@tutorial CommandsArguments} -- {@tutorial CommandsCustomResponses} - {@tutorial CommandsSubcommands} +- {@tutorial CommandsCustomResponses} diff --git a/guides/Advanced Commands/CommandsCustomResponses.md b/guides/Advanced Commands/CommandsCustomResponses.md index 41197a5cdd..f08d759f82 100644 --- a/guides/Advanced Commands/CommandsCustomResponses.md +++ b/guides/Advanced Commands/CommandsCustomResponses.md @@ -75,5 +75,5 @@ this.customizeResponse('arg1', 'Response for argument 1') ## Further Reading: - {@tutorial CommandsArguments} -- {@tutorial CommandsCustomResolvers} - {@tutorial CommandsSubcommands} +- {@tutorial CommandsCustomResolvers}