You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Step - 3 : Predefine registers
33
33
The default configuration file is configured to initialize every register with a `0x0000`.
34
34
To set register values, you need to create your own configuration file.
35
35
36
-
An example can be found in the GIT repo: [abb_coretec_example.json](https://bitbucket.org/Cybcon/modbus-server/src/master/examples/abb_coretec_example.json)
36
+
An example can be found in the GIT repo: [abb_coretec_example.json](./examples/abb_coretec_example.json)
37
37
38
38
```bash
39
39
docker run --rm -p 5020:5020 -v ./server_config.json:/server_config.json oitc/modbus-server:latest -f /server_config.json
0 commit comments