1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Files
airbyte/tools/site/README.md
2024-05-07 08:19:33 -07:00

22 lines
288 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
```