From e4c502318f90cfc2ba2238e4a3838f05ff068f80 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Wed, 27 May 2020 23:04:56 +0800 Subject: [PATCH] It looks like the high-level-overview was renamed (#721) --- src/query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query.md b/src/query.md index 4e795c6a..be84fec5 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