Skip to content

Commit 413c397

Browse files
committed
Update link to hir
1 parent 180bc54 commit 413c397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ty.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ is in fact a simple type alias for a reference with `'tcx` lifetime:
7878
pub type Ty<'tcx> = &'tcx TyS<'tcx>;
7979
```
8080

81-
[the HIR]: https://github.com/rust-lang/rust/blob/master/src/librustc/hir/README.md
81+
[the HIR]: ./hir.html
8282

8383
You can basically ignore the `TyS` struct -- you will basically never
8484
access it explicitly. We always pass it by reference using the

0 commit comments

Comments
 (0)