From a5e7828d4d3e20e777804a44d924b8d4062eec77 Mon Sep 17 00:00:00 2001 From: blakadder Date: Mon, 19 Jun 2023 08:34:38 +0200 Subject: [PATCH] Fix link (#27858) --- source/voice_control/builtin_sentences.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/voice_control/builtin_sentences.markdown b/source/voice_control/builtin_sentences.markdown index a5b14f961d1..0197eeaf27e 100644 --- a/source/voice_control/builtin_sentences.markdown +++ b/source/voice_control/builtin_sentences.markdown @@ -55,6 +55,6 @@ To get an idea of the specific sentences that are supported for your language, y * () mean alternative elements. * [] mean optional elements. * <> mean an expansion rule. The view these rules, search for `expansion_rules` in the [_common.yaml](https://github.com/home-assistant/intents/blob/main/sentences/en/_common.yaml) file. - * The syntax is explained in detail in the [template sentence syntax documentation](https://developers.home-assistant.io/docs/voice_control/intent-recognition/template-sentence-syntax). + * The syntax is explained in detail in the [template sentence syntax documentation](https://developers.home-assistant.io/docs/voice/intent-recognition/template-sentence-syntax/).