We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5613da2 commit d2ec032Copy full SHA for d2ec032
README.md
@@ -31,7 +31,7 @@ let res = client.read_coils(0, 5).unwrap();
31
32
// res == vec![Coil::Off, Coil::On, Coil::Off, Coil::On, Coil::Off];
33
```
34
-See the [documentation](http://hirschenberger.github.io/modbus-rs/modbus/index.html) for usage examples and further reference and
+See the [documentation](https://docs.rs/modbus/latest/modbus) for usage examples and further reference and
35
the [examples](https://github.com/hirschenberger/modbus-rs/tree/master/examples) directory for a commandline client application.
36
37
0 commit comments