aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-21 08:26:15 +0000
committerAleksey Kladov <[email protected]>2019-01-21 08:27:01 +0000
commite0d8c86563b72e5414cf10fe16da5e88201447e2 (patch)
tree4395d5b9171fe5732fc4863ab802067638df03de
parent5a4276b1af292b940320e64225f04d97d3dd403b (diff)
mention guide in architecture
-rw-r--r--ARCHITECTURE.md3
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.
4If you want to familiarize yourself with the code base, you are just 4If you want to familiarize yourself with the code base, you are just
5in the right place! 5in the right place!
6 6
7See also the [guide](./guide.md), which walks through a particular snapshot of
8rust-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)