avoid duplicating commands

The 2 commands do the same thing.
Also, follow style used elsewhere in the guide.
This commit is contained in:
Tshepang Mbambo 2025-05-06 14:56:51 +02:00 committed by GitHub
parent bf06eaf7a2
commit 6e966d75fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,11 +102,12 @@ by passing a path to a book to `./x test`.
### Documentation link checker
Links across all documentation is validated with a link checker tool.
Links across all documentation is validated with a link checker tool,
and it can be invoked so:
> Example: `./x test src/tools/linkchecker`
> Example: `./x test linkchecker`
```console
./x test linkchecker
```
This requires building all of the documentation, which might take a while.