Skip to content

Commit

Permalink
Add-ons installation: correct links to mqtt doc (#719)
Browse files Browse the repository at this point in the history
Signed-off-by: Yannick Schaus <github@schaus.net>
  • Loading branch information
ghys authored and Confectrician committed Jun 13, 2018
1 parent b1c16a3 commit 7cc4ae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configuration/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.

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
https://docs.openhab.org/addons/bindings/mqtt1/readme.html
https://www.openhab.org/addons/bindings/mqtt1/
```

In this case, the `id` would be "mqtt1".
Expand Down Expand Up @@ -95,4 +95,4 @@ One way of retrieving those files is mentiones above in the openHAB console part

Place the `.jar` file in the `add-ons` folder on the machine you are running openHAB on.
As described already for the addons.cfg option, the path is depending on your installation.
Place the .jar file in the folder Additional add-on files as described in File Locations ([Linux](/docs/installation/linux.html#file-locations), [Windows](/docs/installation/windows.html#file-locations) or [macOS](/docs/installation/macosx.html#file-locations)).
Place the .jar file in the folder Additional add-on files as described in File Locations ([Linux](/docs/installation/linux.html#file-locations), [Windows](/docs/installation/windows.html#file-locations) or [macOS](/docs/installation/macosx.html#file-locations)).

0 comments on commit 7cc4ae5

Please sign in to comment.