diff --git a/guide-en/walkthrough/first-command.md b/guide-en/walkthrough/first-command.md index eeb426f86..3198eacc4 100644 --- a/guide-en/walkthrough/first-command.md +++ b/guide-en/walkthrough/first-command.md @@ -41,7 +41,7 @@ exports.default = commandModule({ - **module.description** (Optional) - Give your command a description. **(defaults to `..`)** - **module.plugins** (Optional) - - A list of [plugins](guide-en/walkthrough/plugins.md) that will modify and change the behavior of your command.
+ - A list of [plugins](plugins.md) that will modify and change the behavior of your command.
### Types of command modules Every command module `type` is part of an enum. This field allows type inference for the rest of a module's fields.