From d05ba5c80f10cd758da6712150c43db2534016a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20O?= Date: Thu, 28 Jun 2018 17:16:36 +0200 Subject: [PATCH] Update WEBHOOKS.md Updated command.md link --- docs/WEBHOOKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.