From 57d98013f5004dcc573363168cf5a75a4cbe2f0c Mon Sep 17 00:00:00 2001 From: Corban Mailloux Date: Sat, 25 Feb 2017 17:19:26 -0500 Subject: [PATCH] Fix broken markdown link. (#2141) --- source/_docs/automation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation.markdown b/source/_docs/automation.markdown index ceb424df66..3dae316b3b 100644 --- a/source/_docs/automation.markdown +++ b/source/_docs/automation.markdown @@ -9,7 +9,7 @@ sharing: true footer: true --- -Home Assistant offers a wide range of automation configurations. In this section, we'll try to guide you through all the different possibilities and options. Besides this documentation, there are also a couple of people who have made their automations [publicly available][/cookbook/#example-configurationyaml]. +Home Assistant offers a wide range of automation configurations. In this section, we'll try to guide you through all the different possibilities and options. Besides this documentation, there are also a couple of people who have made their automations [publicly available](/cookbook/#example-configurationyaml). ### {% linkable_title Automation basics %}