From d8a022caa38af1523abea03e6b96768b94f7918a Mon Sep 17 00:00:00 2001 From: NotSomeBot <43829743+mariusdkm@users.noreply.github.com> Date: Thu, 7 Oct 2021 15:55:23 +0200 Subject: [PATCH] Fixed link with _ to - (#19646) --- source/_docs/scripts.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index 4635f680a68..c6f57e1963b 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -161,7 +161,7 @@ The template is re-evaluated whenever an entity ID that it references changes st ### Wait for Trigger -This action can use the same triggers that are available in an automation's `trigger` section. See [Automation Trigger](/docs/automation/trigger). The script will continue whenever any of the triggers fires. All previously defined [trigger_variables](/docs/automation/trigger#trigger_variables), [variables](#variables) and [script variables] are passed to the trigger. +This action can use the same triggers that are available in an automation's `trigger` section. See [Automation Trigger](/docs/automation/trigger). The script will continue whenever any of the triggers fires. All previously defined [trigger variables](/docs/automation/trigger#trigger-variables), [variables](#variables) and [script variables] are passed to the trigger. {% raw %} ```yaml