[configuration/items.md]Fix broken links, remove absolute links (#580)

* fixed broken link

updated broken link to homekit docs

* updated hue link

updated the hue link too

* use base template

replace absolute links to docs.openhab.org with the base template
pull/581/head
Mike Kolcun 2017-11-29 09:46:09 -05:00 committed by Jerome L
parent 25357874cf
commit cd63216c95
1 changed files with 2 additions and 2 deletions

View File

@ -524,7 +524,7 @@ Tagging is a new feature and only a few I/O add-ons have implemented it.
The easiest way to determine if tags have been implemented in a specific add-on is to see if the add-on documentation explicitly discusses their usage.
Tags will be ignored if no Items in the openHAB installation support it.
See the [Hue Emulation]({{base}}/addons/io/hueemulation/readme.html) or [HomeKit Add-on](http://docs.openhab.org/addons/io/homekit/readme.html) documentation for more details.
See the [Hue Emulation]({{base}}/addons/ios/hueemulation/readme.html) or [HomeKit Add-on]({{base}}/addons/ios/homekit/readme.html) documentation for more details.
{: #binding}
### Binding Configuration
@ -634,7 +634,7 @@ Number Temperature {mysensors="24;1;V_TEMP", expire="5m,-999"}
```
The first example shows a symbiosis of the network health Binding and the Wake-on-LAN Binding to interact with a PC.
The second example shows a common use case for the [expire Binding](http://docs.openhab.org/addons/bindings/expire1/readme.html)
The second example shows a common use case for the [expire Binding]({{base}}/addons/bindings/expire1/readme.html)
where the mysensors Binding will update temperature readings regularly but the expire Binding will also listen and eventually modify the Item state.
##### Exception `autoupdate`