Updated repo links on Dev Tools Info panel (#5644)

These were still using the old names of the repos.

home-assistant is now "core" and home-assistant-polymer is now "frontend".
This commit is contained in:
Sean Mooney 2020-04-28 04:03:54 -04:00 committed by GitHub
parent 75ba343b5e
commit b0168fbb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ class HaPanelDevInfo extends LitElement {
)}<br />
${this.hass.localize("ui.panel.developer-tools.tabs.info.source")}
<a
href="https://github.com/home-assistant/home-assistant"
href="https://github.com/home-assistant/core"
target="_blank" rel="noreferrer"
>${this.hass.localize(
"ui.panel.developer-tools.tabs.info.server"
@ -67,7 +67,7 @@ class HaPanelDevInfo extends LitElement {
>
&mdash;
<a
href="https://github.com/home-assistant/home-assistant-polymer"
href="https://github.com/home-assistant/frontend"
target="_blank" rel="noreferrer"
>${this.hass.localize(
"ui.panel.developer-tools.tabs.info.frontend"