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

Commit

Permalink
docs: organizing tutorials (#667)
Browse files Browse the repository at this point in the history
* reorder tutorials

* reorder tutorials
  • Loading branch information
PyroTechniac authored and bdistin committed Apr 22, 2019
1 parent a986328 commit 34bbdd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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}

0 comments on commit 34bbdd5

Please sign in to comment.