From e84f5c683c8ec13679bec27a5f898f45aed7e018 Mon Sep 17 00:00:00 2001 From: c727 Date: Thu, 19 Jul 2018 02:16:13 +0200 Subject: [PATCH] Fix Lovelace docs URL #2 (#1470) last PR was to false branch xD --- src/panels/lovelace/hui-root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/hui-root.js b/src/panels/lovelace/hui-root.js index 6532051042..0173fd06bf 100644 --- a/src/panels/lovelace/hui-root.js +++ b/src/panels/lovelace/hui-root.js @@ -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) {