Skip to content

Commit 5f45dba

Browse files
authored
Update Modbus specification links in documentation (#162)
1 parent bbd7dcd commit 5f45dba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub Actions](https://github.com/Apollo3zehn/FluentModbuss/actions/workflows/build-and-publish.yml/badge.svg)](https://github.com/Apollo3zehn/FluentModbus/actions) [![NuGet](https://img.shields.io/nuget/v/FluentModbus.svg?label=Nuget)](https://www.nuget.org/packages/FluentModbus)
44

5-
FluentModbus is a .NET Standard library (2.0 and 2.1) that provides Modbus TCP/RTU server and client implementations for easy process data exchange. Both, the server and the client, implement class 0, class 1 and class 2 (partially) functions of the [specification](http://www.modbus.org/specs.php). Namely, these are:
5+
FluentModbus is a .NET Standard library (2.0 and 2.1) that provides Modbus TCP/RTU server and client implementations for easy process data exchange. Both, the server and the client, implement class 0, class 1 and class 2 (partially) functions of the [specification](https://www.modbus.org/modbus-specifications). Namely, these are:
66

77
**Class 0**
88
* FC03: ReadHoldingRegisters
@@ -426,7 +426,7 @@ See a full example in the [sample](samples/modbus_validator.md) section.
426426

427427
# See also
428428

429-
This implementation is based on http://www.modbus.org/specs.php:
429+
This implementation is based on https://www.modbus.org/modbus-specifications:
430430

431431
* MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3
432432
* MODBUS over Serial Line Specification and Implementation Guide V1.02

0 commit comments

Comments
 (0)