about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorCamelid <camelidcamel@gmail.com>2020-10-11 14:46:36 -0700
committerJoshua Nelson <joshua@yottadb.com>2020-10-11 17:51:07 -0400
commit9e9b8e3bc74cfa864a01ee54ba4b8aa5a2fd6637 (patch)
tree262261600a0ec2fb382158487ad6e2c1e235b153 /src/doc/rustc-dev-guide
parentc49644b189cfcac432bf44ece6c1fabd872ba7ec (diff)
downloadrust-9e9b8e3bc74cfa864a01ee54ba4b8aa5a2fd6637.tar.gz
rust-9e9b8e3bc74cfa864a01ee54ba4b8aa5a2fd6637.zip
Mention you will need recent versions of mdbook*
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/README.md b/src/doc/rustc-dev-guide/README.md
index 6bd2177ed7a..143ecca1633 100644
--- a/src/doc/rustc-dev-guide/README.md
+++ b/src/doc/rustc-dev-guide/README.md
@@ -103,10 +103,10 @@ We use `mdbook-linkcheck` to validate URLs included in our documentation. To per
 > cargo install mdbook-linkcheck
 ```
 
-You will need `mdbook` version `>= 0.3.5` and `mdbook-linkcheck` version `>= 0.7.1` to check links.
+You will need recent versions of `mdbook` and `mdbook-linkcheck` to check links.
 `linkcheck` will be run automatically when you build with the instructions in the section above.
 
-**Please note**: You may receive errors like the following when link checks are active on local `mdbook` builds:
+**Please note**: You may receive errors like the following when link-checking is enabled on local `mdbook` builds:
 
 ```
 error: The server responded with 429 Too Many Requests for "https://github.com/rust-lang/rust/tree/master/src/tools/compiletest"