Skip to content

Commit c7f2390

Browse files
authored
Fixing link to example (#17)
1 parent 26a4daa commit c7f2390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Step - 3 : Predefine registers
3333
The default configuration file is configured to initialize every register with a `0x0000`.
3434
To set register values, you need to create your own configuration file.
3535

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)
3737

3838
```bash
3939
docker run --rm -p 5020:5020 -v ./server_config.json:/server_config.json oitc/modbus-server:latest -f /server_config.json

0 commit comments

Comments
 (0)