From 35a11fed38960fea9de0f619f967a701fa7d29a1 Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Wed, 27 May 2020 20:01:19 +0800 Subject: [PATCH] It looks like the high-level-overview was renamed --- src/query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query.md b/src/query.md index 4e795c6a2..be84fec54 100644 --- a/src/query.md +++ b/src/query.md @@ -10,7 +10,7 @@ the [def-id] of some item, will compute the type of that item and return it to you. [def-id]: appendix/glossary.md#def-id -[hl]: high-level-overview.html +[hl]: compiler-src.html Query execution is **memoized** – so the first time you invoke a query, it will go do the computation, but the next time, the result is