mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Fix scripts docs link (#13484)
In home-assistant/home-assistant.io#22391 the editor docs were removed making the current link invalid. This points the docs link to the syntax docs one level up.
This commit is contained in:
parent
166d6f1c88
commit
669f7efa97
@ -267,7 +267,7 @@ class HaScriptPicker extends LitElement {
|
||||
${this.hass.localize("ui.panel.config.script.picker.introduction")}
|
||||
<p>
|
||||
<a
|
||||
href=${documentationUrl(this.hass, "/docs/scripts/editor/")}
|
||||
href=${documentationUrl(this.hass, "/docs/scripts/")}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user