From f1ff041c718b1bc19523605216ea362b71ac7176 Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Sat, 11 Nov 2017 15:25:32 +0100 Subject: [PATCH] Update addons article links Signed-off-by: Thomas Dietrich --- addons/actions.md | 2 +- addons/bindings.md | 4 ++-- addons/io.md | 2 +- addons/persistence.md | 2 +- addons/transformations.md | 2 +- addons/uis.md | 18 +++++++++--------- addons/voices.md | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/addons/actions.md b/addons/actions.md index d69aeb3b5..2ee3e4307 100644 --- a/addons/actions.md +++ b/addons/actions.md @@ -153,7 +153,7 @@ if ((thingStatusInfo != null) && (thingStatusInfo.getStatus().toString() == "ONL {% for action in site.addons_actions %} -

{% if action.logo %}{% else %}{{ action.label }}{% endif %}

+

{% if action.logo %}{% else %}{{ action.label }}{% endif %}

{{ action.description | markdownify }} diff --git a/addons/bindings.md b/addons/bindings.md index 77ec0fe7d..6b5cfc4a5 100644 --- a/addons/bindings.md +++ b/addons/bindings.md @@ -67,7 +67,7 @@ Bindings connect your smart home's devices and technologies to openHAB. Many openHAB 1 bindings have not yet completed validation for inclusion in the distribution; however, they may indeed work properly under openHAB 2. All openHAB 1 addons can be downloaded in a zip file (1.9.0). We need your help testing them so that they may be easily installed in a future distribution. - Please see the compatibility layer documentation and + Please see the compatibility layer documentation and also search the openHAB community forum for the latest information and steps for manual installation.

@@ -86,7 +86,7 @@ Bindings connect your smart home's devices and technologies to openHAB. {% for binding in site.addons_bindings %} -

{% if binding.logo %}{% else %}{{ binding.label }}{% endif %}

+

{% if binding.logo %}{% else %}{{ binding.label }}{% endif %}

{{ binding.description | markdownify }} diff --git a/addons/io.md b/addons/io.md index c6ec8118b..a28d42ddf 100644 --- a/addons/io.md +++ b/addons/io.md @@ -43,7 +43,7 @@ openHAB supports services that enable integration with various technologies that -

{% if io.logo %}{% else %}{{ io.label }}{% endif %}

+

{% if io.logo %}{% else %}{{ io.label }}{% endif %}

{{ io.description | markdownify }} diff --git a/addons/persistence.md b/addons/persistence.md index be67a221b..5de4be517 100644 --- a/addons/persistence.md +++ b/addons/persistence.md @@ -42,7 +42,7 @@ Persistence services enable the storage of item states over time. {% for persistence in site.addons_persistences %} -

{% if persistence.logo %}{% else %}{{ persistence.label }}{% endif %}

+

{% if persistence.logo %}{% else %}{{ persistence.label }}{% endif %}

{{ persistence.description | markdownify }} diff --git a/addons/transformations.md b/addons/transformations.md index ff5250d40..2a28d680b 100644 --- a/addons/transformations.md +++ b/addons/transformations.md @@ -68,7 +68,7 @@ Be aware that a transformation service just as any other openHAB add-on needs to {% for transformation in site.addons_transformations %} -

{% if transformation.logo %}{% else %}{{ transformation.label }}{% endif %}

+

{% if transformation.logo %}{% else %}{{ transformation.label }}{% endif %}

{{ transformation.description | markdownify }} diff --git a/addons/uis.md b/addons/uis.md index 844ffc67c..cec1982e1 100644 --- a/addons/uis.md +++ b/addons/uis.md @@ -11,17 +11,17 @@ openHAB offers a variety of frontends for user interaction, from administrative | Web Application | Description | |-----------------|---------------| -| [Basic UI]({{docu}}/addons/uis/basic/readme.html) | The Basic UI is an HTML5 web application in Material Design, designed for operating openHAB. | -| [Classic UI]({{docu}}/addons/uis/classic/readme.html) | The Classic UI is the original openHAB 1.x webui, designed for operating openHAB. | -| [HABmin]({{docu}}/addons/uis/habmin/readme.html) | HABmin is a modern, professional and portable user interface for openHAB, providing both user and administrative functions. | -| [HABPanel]({{docu}}/addons/uis/habpanel/readme.html) | HABPanel is a lightweight dashboard interface for openHAB. | -| [Paper UI]({{docu}}/addons/uis/paper/readme.html) | The Paper UI is an AngularJS-based HTML5 web application in Material Design, designed for setup and administration purposes. | +| [Basic UI]({{base}}/addons/uis/basic/readme.html) | The Basic UI is an HTML5 web application in Material Design, designed for operating openHAB. | +| [Classic UI]({{base}}/addons/uis/classic/readme.html) | The Classic UI is the original openHAB 1.x webui, designed for operating openHAB. | +| [HABmin]({{base}}/addons/uis/habmin/readme.html) | HABmin is a modern, professional and portable user interface for openHAB, providing both user and administrative functions. | +| [HABPanel]({{base}}/addons/uis/habpanel/readme.html) | HABPanel is a lightweight dashboard interface for openHAB. | +| [Paper UI]({{base}}/addons/uis/paper/readme.html) | The Paper UI is an AngularJS-based HTML5 web application in Material Design, designed for setup and administration purposes. | | App | Description | |---------|----------------------| -| [Android App]({{docu}}/addons/uis/apps/android.html) | The native Android app to access openHAB on the go. | -| [iOS App]({{docu}}/addons/uis/apps/ios.html) | The native iOS app to access openHAB on the go. | -| [Windows 10 App]({{docu}}/addons/uis/apps/windows.html) | The native Windows 10 app to access openHAB on the go. | +| [Android App]({{base}}/addons/uis/apps/android.html) | The native Android app to access openHAB on the go. | +| [iOS App]({{base}}/addons/uis/apps/ios.html) | The native iOS app to access openHAB on the go. | +| [Windows 10 App]({{base}}/addons/uis/apps/windows.html) | The native Windows 10 app to access openHAB on the go. | ## Iconsets @@ -34,4 +34,4 @@ See the instructions about [Custom Icons and Custom Dynamic Icons]({{base}}/conf | Iconset | Description | |---------|----------------------| -| [Classic Icons]({{docu}}/addons/iconsets/classic/readme.html) | This is a modernized version of the original icon set of openHAB 1. | +| [Classic Icons]({{base}}/addons/iconsets/classic/readme.html) | This is a modernized version of the original icon set of openHAB 1. | diff --git a/addons/voices.md b/addons/voices.md index 2d054340f..50a2fe532 100644 --- a/addons/voices.md +++ b/addons/voices.md @@ -9,5 +9,5 @@ title: Voice Services | Voice Service | Description | |---------------|-------------| -{% for voice in site.addons_voices %}| [{% if voice.logo %}{% else %}{{ voice.label }}{% endif %}]({{ voice.url }}) | {{ voice.description }} | +{% for voice in site.addons_voices %}| [{% if voice.logo %}{% else %}{{ voice.label }}{% endif %}]({{base}}{{ voice.url }}) | {{ voice.description }} | {% endfor %}