Skip to content

Commit 44b5ce2

Browse files
vext01mark-i-m
authored andcommitted
Fix a link in the query docs.
1 parent 20d27f2 commit 44b5ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/query.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ will in turn demand information about that crate, starting from the
3535
However, that vision is not fully realized. Still, big chunks of the
3636
compiler (for example, generating MIR) work exactly like this.
3737

38-
### The Query Evaluation Model in Detail
38+
### Incremental Compilation in Detail
3939

40-
The [Query Evaluation Model in Detail][query-model] chapter gives a more
40+
The [Incremental Compilation in Detail][query-model] chapter gives a more
4141
in-depth description of what queries are and how they work.
4242
If you intend to write a query of your own, this is a good read.
4343

@@ -277,4 +277,4 @@ rustc_queries! {
277277

278278
`rustc_queries` macro will generate an appropriate `impl` automatically.
279279

280-
[query-model]: queries/query-evaluation-model-in-detail.html
280+
[query-model]: queries/incremental-compilation-in-detail.md

0 commit comments

Comments
 (0)