mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +00:00
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:
parent
eafd7fb296
commit
02cf337f1a
@ -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>
|
||||
|
@ -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]]'>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user