Add-ons installation: correct links to mqtt doc (#719)

Signed-off-by: Yannick Schaus <github@schaus.net>
pull/723/head
Yannick Schaus 2018-06-13 15:09:08 +02:00 committed by Jerome L
parent b1c16a3179
commit 7cc4ae5d40
1 changed files with 3 additions and 3 deletions

View File

@ -45,10 +45,10 @@ openhab-binding-network │ 2.2.0 │ │
According to the [naming convention for bundles](/docs/administration/bundles.html#naming-convention-for-bundles) the *id* for the shown example is *network*. According to the [naming convention for bundles](/docs/administration/bundles.html#naming-convention-for-bundles) the *id* for the shown example is *network*.
Another way to find the correct `id` is to look at the URL of the add-on documentation page. Another way to find the correct `id` is to look at the URL of the add-on documentation page.
For example the url for the [mqtt Binding documentation](/docs/addons/bindings/mqtt1/readme.html) is For example the url for the [mqtt Binding documentation](/docs/addons/bindings/mqtt1/) is
```text ```text
https://docs.openhab.org/addons/bindings/mqtt1/readme.html https://www.openhab.org/addons/bindings/mqtt1/
``` ```
In this case, the `id` would be "mqtt1". In this case, the `id` would be "mqtt1".