Skip to content

Commit f1127a9

Browse files
authored
Merge pull request #2373 from rust-lang/tshepang-patch-2
avoid duplicating commands
2 parents 8bc57de + 6813f5f commit f1127a9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/tests/intro.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,12 @@ by passing a path to a book to `./x test`.
102102
103103
### Documentation link checker
104104

105-
Links across all documentation is validated with a link checker tool.
105+
Links across all documentation is validated with a link checker tool,
106+
and it can be invoked so:
106107

107-
> Example: `./x test src/tools/linkchecker`
108-
109-
> Example: `./x test linkchecker`
108+
```console
109+
./x test linkchecker
110+
```
110111

111112
This requires building all of the documentation, which might take a while.
112113

0 commit comments

Comments
 (0)