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.
1 parent bf06eaf commit 6e966d7Copy full SHA for 6e966d7
src/doc/rustc-dev-guide/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