Skip to content

Commit b1fa357

Browse files
eddybmark-i-m
authored andcommitted
Update high-level-overview.md
1 parent 85d3036 commit b1fa357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/high-level-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ input, running the type-checker, and so forth. This on-demand model
8585
permits us to do exciting things like only do the minimal amount of
8686
work needed to type-check a single function. It also helps with
8787
incremental compilation. (For details on defining queries, check out
88-
`src/librustc/ty/query/README.md`.)
88+
the [query model].)
8989

9090
Regardless of the general setup, the basic operations that the
9191
compiler must perform are the same. The only thing that changes is

0 commit comments

Comments
 (0)