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 <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
pull/1409/head
Tomasz Szambor 2020-12-31 11:13:06 +01:00 committed by GitHub
parent 2a2fa15a00
commit 9b5503f148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.