Fix and update "Update Instructions" link (#990)

This commit is contained in:
Ville Skyttä 2018-03-14 13:58:48 +02:00 committed by c727
parent 2ed5b7e7c1
commit 3d101116a2

View File

@ -9,7 +9,7 @@
</style> </style>
<div> <div>
<a class='link' href='../../https://home-assistant.io/getting-started/updating/' target='_blank'>Update Instructions</a> <a class='link' href='https://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/getting-started/updating/'); 'https://home-assistant.io/docs/installation/updating/');
} }
} }