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}