Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

docs: organizing tutorials #667

Merged
merged 3 commits into from Apr 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/Advanced Commands/CommandsCustomResolvers.md
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion guides/Advanced Commands/CommandsCustomResponses.md
Expand Up @@ -75,5 +75,5 @@ this.customizeResponse('arg1', 'Response for argument 1')
## Further Reading:

- {@tutorial CommandsArguments}
- {@tutorial CommandsCustomResolvers}
- {@tutorial CommandsSubcommands}
- {@tutorial CommandsCustomResolvers}