]> git.lizzy.rs Git - rust.git/commitdiff
fix other instance of internals docs
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 4 Apr 2018 05:47:27 +0000 (22:47 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Apr 2018 05:47:27 +0000 (22:47 -0700)
CONTRIBUTING.md

index b57cb4845e3d9d01b639edee6261af2066cff4db..16e1696706e250dd56ccd84392b78ef2dcabe772 100644 (file)
@@ -37,7 +37,7 @@ as `E-medium`, since they might be somewhat involved code wise, but not difficul
 
 [`T-middle`](https://github.com/rust-lang-nursery/rust-clippy/labels/T-middle) issues can
 be more involved and require verifying types. The
-[`ty`](http://manishearth.github.io/rust-internals-docs/rustc/ty) module contains a
+[`ty`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty) module contains a
 lot of methods that are useful, though one of the most useful would be `expr_ty` (gives the type of
 an AST expression). `match_def_path()` in Clippy's `utils` module can also be useful.