From fe6805d9e07b4288264c148488efd49b5736ff52 Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Fri, 6 Aug 2021 00:19:22 +0100 Subject: [PATCH] Fixes missing forward slash prefix on url (#18785) --- source/_docs/automation/templating.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index 3e0397b7808..bbbad2cdce6 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -9,7 +9,7 @@ The template variable `this` is also available when evaluating any `trigger_vari ## Available this Data -`this` is a state object. [State Objects](docs/configuration/state_object) provides a comprehensive description for the properties of `this` and `this.attributes`. +`this` is a state object. [State Objects](/docs/configuration/state_object) provides a comprehensive description for the properties of `this` and `this.attributes`. ## Available Trigger Data