Fixing broken links (#2217)

This commit is contained in:
tradiuz 2017-03-07 21:17:36 -06:00 committed by Fabian Affolter
parent 7de7d3eacb
commit 58db489564

View File

@ -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/