Skip to content

Commit d2ec032

Browse files
Update README.md
1 parent 5613da2 commit d2ec032

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
@@ -31,7 +31,7 @@ let res = client.read_coils(0, 5).unwrap();
3131

3232
// res == vec![Coil::Off, Coil::On, Coil::Off, Coil::On, Coil::Off];
3333
```
34-
See the [documentation](http://hirschenberger.github.io/modbus-rs/modbus/index.html) for usage examples and further reference and
34+
See the [documentation](https://docs.rs/modbus/latest/modbus) for usage examples and further reference and
3535
the [examples](https://github.com/hirschenberger/modbus-rs/tree/master/examples) directory for a commandline client application.
3636

3737

0 commit comments

Comments
 (0)