mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-27 08:24:47 +00:00
Fix link to ClientBuilder documentation after refactor
This commit is contained in:
parent
3ed06da829
commit
cb512dbf2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue