]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/README.md
Rename rustc guide to rustc dev guide
[rust.git] / src / librustc_typeck / README.md
index fdcbd935524db8348de791d7e1d4ae124f809dbf..75ca4a2f9f0404c250e42d50b98e4d6abdd7e2e3 100644 (file)
@@ -1,5 +1,5 @@
 For high-level intro to how type checking works in rustc, see the
-[type checking] chapter of the [rustc guide].
+[type checking] chapter of the [rustc dev guide].
 
-[type checking]: https://rust-lang.github.io/rustc-guide/type-checking.html
-[rustc guide]: https://rust-lang.github.io/rustc-guide/
+[type checking]: https://rust-lang.github.io/rustc-dev-guide/type-checking.html
+[rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/