From dda0ef3db7d7c7d657b65486fbb21f70818b4e6a Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 16 Jun 2017 10:35:52 +0200 Subject: [PATCH] Docs: Fix built-in template description and URLs --- doc/10-icinga-template-library.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index 4abe1ba99..9b2d63ca4 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -22,7 +22,7 @@ Command template for check plugins executed by Icinga 2. The `plugin-check-command` command does not support any vars. -By default this template is automatically imported into all CheckCommand definitions. +By default this template is automatically imported into all [CheckCommand](9-object-types.md#objecttype-checkcommand) definitions. ### plugin-notification-command @@ -30,7 +30,7 @@ Command template for notification scripts executed by Icinga 2. The `plugin-notification-command` command does not support any vars. -By default this template is automatically imported into all CheckCommand definitions. +By default this template is automatically imported into all [NotificationCommand](9-object-types.md#objecttype-notificationcommand) definitions. ### plugin-event-command @@ -38,7 +38,7 @@ Command template for event handler scripts executed by Icinga 2. The `plugin-event-command` command does not support any vars. -By default this template is automatically imported into all CheckCommand definitions. +By default this template is automatically imported into all [EventCommand](9-object-types.md#objecttype-eventcommand) definitions. ### legacy-timeperiod @@ -46,7 +46,7 @@ Timeperiod template for [Timeperiod objects](9-object-types.md#objecttype-timepe The `legacy-timeperiod` timeperiod does not support any vars. -By default this template is automatically imported into all CheckCommand definitions. +By default this template is automatically imported into all [TimePeriod](9-object-types.md#objecttype-timeperiod) definitions. ## Check Commands