File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,10 @@ We use `mdbook-linkcheck` to validate URLs included in our documentation. To per
103
103
> cargo install mdbook-linkcheck
104
104
```
105
105
106
- You will need ` mdbook ` version ` >= 0.3.5 ` and ` mdbook-linkcheck ` version ` >= 0.7.1 ` to check links.
106
+ You will need recent versions of ` mdbook ` and ` mdbook-linkcheck ` to check links.
107
107
` linkcheck ` will be run automatically when you build with the instructions in the section above.
108
108
109
- ** Please note** : You may receive errors like the following when link checks are active on local ` mdbook ` builds:
109
+ ** Please note** : You may receive errors like the following when link-checking is enabled on local ` mdbook ` builds:
110
110
111
111
```
112
112
error: The server responded with 429 Too Many Requests for "https://github.com/rust-lang/rust/tree/master/src/tools/compiletest"
You can’t perform that action at this time.
0 commit comments