Fix Lovelace docs URL #2 (#1470)

last PR was to false branch xD
This commit is contained in:
c727 2018-07-19 02:16:13 +02:00 committed by GitHub
parent bfdde116e2
commit e84f5c683c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ class HUIRoot extends NavigateMixin(EventsMixin(PolymerElement)) {
}
_handleHelp() {
window.open('https://developers.home-assistant.io/docs/en/lovelace_index.html', '_blank');
window.open('https://www.home-assistant.io/lovelace/', '_blank');
}
_handleViewSelected(ev) {