From a0e0596ee781b62f95472f7a4e84ece174832bb0 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sun, 24 May 2020 18:44:59 +0200 Subject: [PATCH] Fix broken ESH links Signed-off-by: Wouter Born --- configuration/items.md | 2 +- configuration/multimedia.md | 8 ++++---- configuration/rules-dsl.md | 2 +- developers/legacy/compatibilitylayer.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configuration/items.md b/configuration/items.md index 086e49c4d8..f5bb199f67 100644 --- a/configuration/items.md +++ b/configuration/items.md @@ -119,7 +119,7 @@ More details about all of the available Item types and their commands are availa [Item Types Overview]({{base}}/concepts/items.html) To learn about the technical internals of the individual Item types, please refer to: -[Javadoc on Generic Item and its subclasses](https://eclipse.org/smarthome/documentation/javadoc/org/eclipse/smarthome/core/items/GenericItem.html) +[Javadoc on Generic Item and its subclasses](https://www.openhab.org/javadoc/v2.5/org/openhab/core/items/genericitem)