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:
Florian Rüchel 2022-08-25 18:31:52 +09:30 committed by GitHub
parent 166d6f1c88
commit 669f7efa97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
>