about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-02-02 21:36:49 -0600
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-02-02 23:53:39 -0600
commit7935d37e3663e3c48e9d638e962482be2825c185 (patch)
tree0a0ef70e1e49d8b63ef6e796b6af1d7e8150955f /src/doc/rustc-dev-guide
parentaa1af2fe9273d21f3ac4bfe2d6b22d9996368788 (diff)
downloadrust-7935d37e3663e3c48e9d638e962482be2825c185.tar.gz
rust-7935d37e3663e3c48e9d638e962482be2825c185.zip
Update README
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 12d46b4e528..c2ac04052a6 100644
--- a/src/doc/rustc-dev-guide/README.md
+++ b/src/doc/rustc-dev-guide/README.md
@@ -42,8 +42,8 @@ be found.
 > cargo install mdbook-linkcheck
 ```
 
-You will need `mdbook` version `>= 0.2`. `linkcheck` will be run automatically
-when you run `mdbook build`.
+You will need `mdbook` version `>= 0.3.5` and `mdbook-linkcheck` version `>= 0.5`.
+`linkcheck` will be run automatically when you run `mdbook build`.
 
 ## How to fix toolstate failures