Fix Demo Setup Link (#19)

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
pull/22/head
Christian Häussler 2016-06-11 12:46:22 +02:00 committed by Kai Kreuzer
parent 5a5aaec042
commit dbc47f5e45
1 changed files with 2 additions and 2 deletions

View File

@ -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).
You can find further examples in the [openHAB 1 samples wiki](https://github.com/openhab/openhab/wiki/Samples-Rules).