diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index e1c085ea738b..1a9927fc2c4b 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -12,7 +12,7 @@ redirect_from: /getting-started/automation-templating/ In Home Assistant 0.19 we introduced a new powerful feature: variables in scripts and automations. This makes it possible to adjust your condition and action based on the information of the trigger. -The trigger data made is available during [template](/configuration/templating/) rendering as the `trigger` variable. +The trigger data made is available during [template](/docs/configuration/templating/) rendering as the `trigger` variable. ```yaml # Example configuration.yaml entries @@ -128,4 +128,4 @@ The following tables show the available trigger data per platform. | `trigger.zone` | State object of zone | `trigger.event` | Event that trigger observed: `enter` or `leave`. -[state object]: /configuration/state_object/ +[state object]: /docs/configuration/state_object/