Fix link to the docs

This commit is contained in:
Dominik Nakamura 2020-12-29 22:40:51 +09:00
parent c9cb263d8c
commit be2fca59b6
No known key found for this signature in database
GPG key ID: E4C6A749B2491910

View file

@ -35,7 +35,8 @@ use this library as it makes heavy use of async/await and is bound to this runti
Here we connect to a OBS instance, get some version information and log in to access the whole API
and lastly print out a list of available scenes.
For more usage instructions see the [docs](doc-url) or check out the [examples](examples/README.md).
For more usage instructions see the [docs](https://docs.rs/obws) or check out the
[examples](examples/README.md).
```rust
use anyhow::Result;