mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
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:
parent
75ba343b5e
commit
b0168fbb85
@ -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 {
|
||||
>
|
||||
—
|
||||
<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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user