From 079f775b110cbc5b16df60928ca67204fb35bc5d Mon Sep 17 00:00:00 2001 From: bbrendon Date: Tue, 4 Apr 2017 22:22:06 -0700 Subject: [PATCH] fixed broken links and syntax. (#2380) * fixed broken links and syntax. * Update templating.markdown Reverted name change and fixed link. --- source/_docs/configuration/templating.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index bb94a2c912e..03fda9722b2 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -23,14 +23,14 @@ Templating is a powerful feature in Home Assistant that allows the user control - Formatting outgoing messages in, for example, the [notify] and [alexa] components. - Process incoming data from sources that provide raw data, like [MQTT], [REST sensor], or the [command line sensor]. -- [Advanced Automation templating]auto-template] +- [Automation Templating]. [notify]: /components/notify/ [alexa]: /components/alexa/ [MQTT]: /components/mqtt/ [REST sensor]: /components/sensor.rest/ [command line sensor]: /components/sensor.command_line/ -[auto-template]: /getting-started/automation-templating/ +[Automation Templating]: /docs/automation/templating/ ## {% linkable_title Building templates %}