Skip to content

Commit 4383e1a

Browse files
authored
Fix deadlinks in example docs #272 (#275)
1 parent 2996663 commit 4383e1a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/RTU/README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
This example introduces how to use the library for ModbusRTU (typicaly over RS-485) to act as [master](master) or [slave](slave). Additionally there is [example of master](ESP32-Concurent) device for multithread usage with ESP32.
22

3-
## [Concurrent thread-safe access to Modbus object](ESP32-Concurent)
3+
## [Concurrent thread-safe access to Modbus object](ESP32-Concurent/ESP32-Concurent.ino)
44

5-
## [Simple ModbusRTU master](master)
5+
## [Simple ModbusRTU master](master/master.ino)
66

7-
## [Simple ModbusRTU slave](slave)
7+
## [Simple ModbusRTU slave](slave/slave.ino)
88

9-
## [Sync ModbusRTU master](masterSync)
9+
## [Sync ModbusRTU master](masterSync/masterSync.ino)
1010

1111
## Modbus RTU Specific API
1212

examples/TCP-ESP/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ESP8266/ESP32 TCP Examples
22

3-
## [Basic client](client.ino)
3+
## [Basic client](client/client.ino)
44

5-
## [Client with blocking read operation](clientSync.ino)
5+
## [Client with blocking read operation](clientSync/clientSync.ino)
66

7-
## [Server](server.ino)
7+
## [Server](server/server.ino)
88

99
### API
1010

0 commit comments

Comments
 (0)