mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Adjust documentation link (#8762)
This commit is contained in:
@@ -135,15 +135,15 @@ export class HaAnalytics extends LitElement {
|
||||
</span>
|
||||
</ha-settings-row>
|
||||
<p>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.core.section.core.analytics.documentation",
|
||||
"link",
|
||||
html`<a
|
||||
.href=${documentationUrl(this.hass, "/integrations/analytics/")}
|
||||
>
|
||||
${documentationUrl(this.hass, "/integrations/analytics/")}
|
||||
</a>`
|
||||
)}
|
||||
<a
|
||||
.href=${documentationUrl(this.hass, "/integrations/analytics/")}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.core.section.core.analytics.learn_more"
|
||||
)}
|
||||
</a>
|
||||
</p>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user