mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Fix and update "Update Instructions" link (#990)
This commit is contained in:
parent
2ed5b7e7c1
commit
3d101116a2
@ -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/');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user