We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bc57de + 6813f5f commit f1127a9Copy full SHA for f1127a9
src/tests/intro.md
@@ -102,11 +102,12 @@ by passing a path to a book to `./x test`.
102
103
### Documentation link checker
104
105
-Links across all documentation is validated with a link checker tool.
+Links across all documentation is validated with a link checker tool,
106
+and it can be invoked so:
107
-> Example: `./x test src/tools/linkchecker`
108
-
109
-> Example: `./x test linkchecker`
+```console
+./x test linkchecker
110
+```
111
112
This requires building all of the documentation, which might take a while.
113
0 commit comments