Merge pull request #2373 from rust-lang/tshepang-patch-2

avoid duplicating commands
This commit is contained in:
Tshepang Mbambo 2025-05-15 00:34:38 +02:00 committed by GitHub
commit f1127a948e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

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.