avoid duplicating commands
The 2 commands do the same thing. Also, follow style used elsewhere in the guide.
This commit is contained in:
parent
bf06eaf7a2
commit
6e966d75fd
1 changed files with 5 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue