From ff756460153b0b012f4f78d52a1b15c7e7dc75e4 Mon Sep 17 00:00:00 2001 From: Sami Salonen Date: Tue, 21 Sep 2021 22:58:54 +0300 Subject: [PATCH] [modbus] Fix link to modbus developer documentation (#11277) Resolves #8382 Signed-off-by: Sami Salonen --- bundles/org.openhab.binding.modbus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.modbus/README.md b/bundles/org.openhab.binding.modbus/README.md index 5f33a8d03..b676b87a1 100644 --- a/bundles/org.openhab.binding.modbus/README.md +++ b/bundles/org.openhab.binding.modbus/README.md @@ -1300,4 +1300,4 @@ Consult [openHAB logging documentation](https://www.openhab.org/docs/administrat ## For Developers This binding can be extended in many ways. -If you have a Modbus enabled device that you want to support in openHAB please read the [developer section](DEVELOPERS.md). +If you have a Modbus enabled device that you want to support in openHAB please read the [developer section](https://github.com/openhab/openhab-addons/blob/main/bundles/org.openhab.binding.modbus/DEVELOPERS.md).