From dbc47f5e45102633fe37fc004bb0816648184d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=A4ussler?= Date: Sat, 11 Jun 2016 12:46:22 +0200 Subject: [PATCH] Fix Demo Setup Link (#19) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Häussler (github: cniweb) --- features/automation/ruledsl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/automation/ruledsl.md b/features/automation/ruledsl.md index e05ed5663..cbb6639d6 100644 --- a/features/automation/ruledsl.md +++ b/features/automation/ruledsl.md @@ -31,7 +31,7 @@ On this page you will learn how to leverage its functionality to do *real* home ### File Location -Rules are placed in the folder `${openhab.home}/conf/rules`. The [demo setup](../tutorials/demo.html) already comes with a demo file called `demo.rules`, which has a couple of examples that can be a good starting point. +Rules are placed in the folder `${openhab.home}/conf/rules`. The [demo setup](../../tutorials/demo.html) already comes with a demo file called `demo.rules`, which has a couple of examples that can be a good starting point. A rule file can contain multiple rules. All rules of a file share a common execution context, i.e. they can access and exchange variables with each other. It therefore makes sense to have different rule files for different use-cases or categories. @@ -275,4 +275,4 @@ then end ``` -You can find further examples in the [openHAB 1 samples wiki](https://github.com/openhab/openhab/wiki/Samples-Rules). \ No newline at end of file +You can find further examples in the [openHAB 1 samples wiki](https://github.com/openhab/openhab/wiki/Samples-Rules).