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