Add www. to home-assistant URLs (#1111)

* Add www. to cloud skill URLs

* Update ha-config-cloud-login.html

* Update ha-panel-dev-info.html
This commit is contained in:
c727 2018-04-20 12:08:55 +02:00 committed by Paulus Schoutsen
parent eafd7fb296
commit 02cf337f1a
3 changed files with 5 additions and 5 deletions

View File

@ -101,7 +101,7 @@
</a>
</li>
<li>
<a href='https://home-assistant.io/cloud/alexa/' target='_blank'>
<a href='https://www.home-assistant.io/cloud/alexa/' target='_blank'>
Config documentation
</a>
</li>
@ -120,7 +120,7 @@
</a>
</li>
<li>
<a href='https://home-assistant.io/cloud/google_assistant/' target='_blank'>
<a href='https://www.home-assistant.io/cloud/google_assistant/' target='_blank'>
Config documentation
</a>
</li>

View File

@ -65,7 +65,7 @@
<span slot='header'>Home Assistant Cloud</span>
<span slot='introduction'>
The Home Assistant Cloud allows your local Home Assistant instance to connect with cloud-only services like Amazon Alexa.
<p><a href='https://home-assistant.io/components/cloud/' target='_blank'>Learn more</a></p>
<p><a href='https://www.home-assistant.io/components/cloud/' target='_blank'>Learn more</a></p>
</span>
<paper-card hidden$='[[!flashMessage]]'>

View File

@ -117,7 +117,7 @@
<div class='content'>
<div class='about'>
<p class='version'>
<a href='https://home-assistant.io'><img src="/static/icons/favicon-192x192.png" height="192" /></a><br />
<a href='https://www.home-assistant.io'><img src="/static/icons/favicon-192x192.png" height="192" /></a><br />
Home Assistant<br />
[[hass.config.core.version]]
</p>
@ -125,7 +125,7 @@
Path to configuration.yaml: [[hass.config.core.config_dir]]
</p>
<p class='develop'>
<a href='https://home-assistant.io/developers/credits/' target='_blank'>
<a href='https://www.home-assistant.io/developers/credits/' target='_blank'>
Developed by a bunch of awesome people.
</a>
</p>