From 9b5503f148e75715cdceed7c87da2dc4be40ea4f Mon Sep 17 00:00:00 2001 From: Tomasz Szambor Date: Thu, 31 Dec 2020 11:13:06 +0100 Subject: [PATCH] Link to concepts section fixed. (#1404) * Link to concepts section fixed. The {base} part of the link to 'Concepts' section seems to already include /doc in its path, thus directing the user to /docs/docs/... path (specifically https://www.openhab.org/docs/docs/concepts/index.html), whereas the proper link should be https://www.openhab.org/docs/concepts/. * Update tutorials/getting_started/things_simple.md Signed-off-by: Jerome Luckenbach Co-authored-by: Jerome Luckenbach --- tutorials/getting_started/things_simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/getting_started/things_simple.md b/tutorials/getting_started/things_simple.md index 1081eaea2..23388a3b9 100644 --- a/tutorials/getting_started/things_simple.md +++ b/tutorials/getting_started/things_simple.md @@ -7,7 +7,7 @@ title: Adding Things - Simple # Adding Things - Simple -As covered in the [concepts section]({{base}}/docs/concepts/index.html) of the openHAB Docs, a binding is an add-on to openHAB that understands how to communicate with a specific home automation technology or API. +As covered in the [concepts section]({{base}}/concepts/index.html) of the openHAB Docs, a binding is an add-on to openHAB that understands how to communicate with a specific home automation technology or API. A Thing represents a single device in openHAB. Each sensor (information provided by the device) or actuator (control on the device that causes it to do something) is represented by a Channel on the Thing. Things are the connection between openHAB and your external device or API using the binding.