1
0
mirror of synced 2026-01-05 21:02:13 -05:00
Files
airbyte/tools/site/README.md

17 lines
283 B
Markdown

# Link Checker
Used to detect broken links in a domain.
To check docs:
```shell script
./tools/site/link_checker.sh check_docs
```
To run BLC:
```shell script
./tools/site/link_checker.sh run --help
```
To update the image:
```shell script
./tools/site/link_checker.sh publish
```