From cd63216c9561187929439f5cd8a2890ee8d9d00f Mon Sep 17 00:00:00 2001 From: Mike Kolcun Date: Wed, 29 Nov 2017 09:46:09 -0500 Subject: [PATCH] [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 --- configuration/items.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/items.md b/configuration/items.md index 10a82f70e..f2d0db8c1 100644 --- a/configuration/items.md +++ b/configuration/items.md @@ -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`