diff --git a/docs/WEBHOOKS.md b/docs/WEBHOOKS.md index f1ffd3b7..0d97b353 100644 --- a/docs/WEBHOOKS.md +++ b/docs/WEBHOOKS.md @@ -239,7 +239,7 @@ command = { } ``` This command hook is called `test`, and is therefor invoked by calling `/webapi notify test`. -Check the [command documentation](COMMMANDS.md) for required permissions. +Check the [command documentation](https://github.com/Valandur/Web-API/blob/master/docs/COMMANDS.md#notify) for required permissions. The property `enabled` can be set to false to disable the whole command hook, including registering the command with the command registry.