From 0b51686ea61a020f892d5855944ff7d538851024 Mon Sep 17 00:00:00 2001 From: Jerome Luckenbach Date: Sun, 8 Jul 2018 23:04:27 +0200 Subject: [PATCH] Fixed wrong url hash Signed-off-by: Jerome Luckenbach --- configuration/rules-dsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/rules-dsl.md b/configuration/rules-dsl.md index f6cfdfed9..fd20cc9d6 100644 --- a/configuration/rules-dsl.md +++ b/configuration/rules-dsl.md @@ -30,7 +30,7 @@ It therefore makes sense to have different rule files for different use-cases or ### IDE Support -The [openHAB VS Code Extension]({{base}}/configuration/editors.html#editors.html#openhab-vs-code-extension) offers support for rules building. +The [openHAB VS Code Extension]({{base}}/configuration/editors.html#openhab-vs-code-extension) offers support for rules building. It includes syntax checks and coloring, validation with error markers, content assist (Ctrl+Space) incl. templates etc. This makes the creation of rules very easy!