Fix links in hero unit

This commit is contained in:
Paulus Schoutsen 2014-12-21 21:55:17 -08:00
parent fd516a6784
commit 58d7be7cc6
4 changed files with 3 additions and 16 deletions

View file

@ -4,7 +4,7 @@
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less then a minute.
</p>
<p class='hero-buttons'>
<a href='{{ root_url }}/demo' target='_blank' class='btn'>View demo</a>
<a href='{{ root_url }}/getting-started' class='btn'>Get started</a>
<a href='{{ root_url }}/demo/' target='_blank' class='btn'>View demo</a>
<a href='{{ root_url }}/getting-started/' class='btn'>Get started</a>
<a href='https://www.github.com/balloob/home-assistant' class='btn'>Browse code on GitHub</a>
</p>