Skip to content

Commit 58db489

Browse files
tradiuzfabaff
authored andcommitted
Fixing broken links (home-assistant#2217)
1 parent 7de7d3e commit 58db489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/automation/templating.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from: /getting-started/automation-templating/
1212

1313
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.
1414

15-
The trigger data made is available during [template](/configuration/templating/) rendering as the `trigger` variable.
15+
The trigger data made is available during [template](/docs/configuration/templating/) rendering as the `trigger` variable.
1616

1717
```yaml
1818
# Example configuration.yaml entries
@@ -128,4 +128,4 @@ The following tables show the available trigger data per platform.
128128
| `trigger.zone` | State object of zone
129129
| `trigger.event` | Event that trigger observed: `enter` or `leave`.
130130

131-
[state object]: /configuration/state_object/
131+
[state object]: /docs/configuration/state_object/

0 commit comments

Comments
 (0)