diff options
-rw-r--r-- | ARCHITECTURE.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 79adc9321..b75dfa0d3 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md | |||
@@ -4,6 +4,9 @@ This document describes the high-level architecture of rust-analyzer. | |||
4 | If you want to familiarize yourself with the code base, you are just | 4 | If you want to familiarize yourself with the code base, you are just |
5 | in the right place! | 5 | in the right place! |
6 | 6 | ||
7 | See also the [guide](./guide.md), which walks through a particular snapshot of | ||
8 | rust-analyzer code base. | ||
9 | |||
7 | ## The Big Picture | 10 | ## The Big Picture |
8 | 11 | ||
9 | ![](https://user-images.githubusercontent.com/1711539/50114578-e8a34280-0255-11e9-902c-7cfc70747966.png) | 12 | ![](https://user-images.githubusercontent.com/1711539/50114578-e8a34280-0255-11e9-902c-7cfc70747966.png) |