Fix link to ClientBuilder documentation after refactor

This commit is contained in:
Matthias 2021-04-16 00:53:06 +02:00 committed by GitHub
parent 3ed06da829
commit cb512dbf2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -253,7 +253,7 @@ let client = lychee_lib::ClientBuilder::default()
```
All options that you set will be used for all link checks.
See the [builder documentation](https://docs.rs/lychee/latest/lychee/struct.ClientBuilder.html) for all options.
See the [builder documentation](https://docs.rs/lychee-lib/latest/lychee_lib/struct.ClientBuilder.html) for all options.
## GitHub Action usage