From: Sami Salonen Date: Tue, 21 Sep 2021 19:58:54 +0000 (+0300) Subject: [modbus] Fix link to modbus developer documentation (#11277) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=ff756460153b0b012f4f78d52a1b15c7e7dc75e4;p=openhab-addons.git [modbus] Fix link to modbus developer documentation (#11277) Resolves #8382 Signed-off-by: Sami Salonen --- diff --git a/bundles/org.openhab.binding.modbus/README.md b/bundles/org.openhab.binding.modbus/README.md index 5f33a8d03b..b676b87a1d 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).