Fix Demo Setup Link (#19)
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)pull/22/head
parent
5a5aaec042
commit
dbc47f5e45
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue