Update more-info-updater.html

This commit is contained in:
c727 2018-04-20 05:04:45 +02:00 committed by GitHub
parent c0e3f8ec6b
commit eafd7fb296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
</style> </style>
<div> <div>
<a class='link' href='https://home-assistant.io/docs/installation/updating/' target='_blank'>Update Instructions</a> <a class='link' href='https://www.home-assistant.io/docs/installation/updating/' target='_blank'>Update Instructions</a>
</div> </div>
</template> </template>
</dom-module> </dom-module>
@ -28,7 +28,7 @@ class MoreInfoUpdater extends Polymer.Element {
computeReleaseNotes(stateObj) { computeReleaseNotes(stateObj) {
return (stateObj.attributes.release_notes || return (stateObj.attributes.release_notes ||
'https://home-assistant.io/docs/installation/updating/'); 'https://www.home-assistant.io/docs/installation/updating/');
} }
} }