Skip to content

Commit 1c73db1

Browse files
authored
fix other instance of internals docs
1 parent c170e86 commit 1c73db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ as `E-medium`, since they might be somewhat involved code wise, but not difficul
3737

3838
[`T-middle`](https://github.com/rust-lang-nursery/rust-clippy/labels/T-middle) issues can
3939
be more involved and require verifying types. The
40-
[`ty`](http://manishearth.github.io/rust-internals-docs/rustc/ty) module contains a
40+
[`ty`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty) module contains a
4141
lot of methods that are useful, though one of the most useful would be `expr_ty` (gives the type of
4242
an AST expression). `match_def_path()` in Clippy's `utils` module can also be useful.
4343

0 commit comments

Comments
 (0)