From 1345477d4972c8c80096280fb78c21911d86f973 Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Tue, 28 Oct 2025 06:11:09 +0100 Subject: [PATCH] [modbus] Fix links in documentation Signed-off-by: Holger Friedrich --- bundles/org.openhab.binding.modbus.sunspec/README.md | 2 +- bundles/org.openhab.binding.modbus/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.modbus.sunspec/README.md b/bundles/org.openhab.binding.modbus.sunspec/README.md index a1a3c48c3454c..ee1fac627510d 100644 --- a/bundles/org.openhab.binding.modbus.sunspec/README.md +++ b/bundles/org.openhab.binding.modbus.sunspec/README.md @@ -6,7 +6,7 @@ SunSpec is a format for inverters and smart meters to communicate over the Modbu It defines how common parameters like AC/DC voltage and current, lifetime produced energy, device temperature etc can be read from the device. SunSpec is supported by several manufacturers like ABB, Fronius, LG, SMA, SolarEdge, Schneider Electric. -For a list of certified products see this page: +For a list of certified products see this page: ## Supported Things diff --git a/bundles/org.openhab.binding.modbus/README.md b/bundles/org.openhab.binding.modbus/README.md index 1e5f815e729f0..d4f6ad6063d9a 100644 --- a/bundles/org.openhab.binding.modbus/README.md +++ b/bundles/org.openhab.binding.modbus/README.md @@ -46,7 +46,7 @@ Good sources for further information: Useful tools - [binaryconvert.com](https://www.binaryconvert.com/): tool to convert numbers between different binary presentations -- [rapidscada.net Modbus parser](https://modbus.rapidscada.net/): tool to parse Modbus requests and responses. Useful for debugging purposes when you want to understand the message sent / received. +- [rapidscada.net Modbus parser](https://rapidscada.net/modbus/): tool to parse Modbus requests and responses. Useful for debugging purposes when you want to understand the message sent / received. - [JSFiddle tool](https://jsfiddle.net/rgypuuxq/) to test JavaScript (JS) transformations interactively ## Supported Things