]> git.lizzy.rs Git - rust.git/commitdiff
mention guide in architecture
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 21 Jan 2019 08:26:15 +0000 (11:26 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 21 Jan 2019 08:27:01 +0000 (10:27 +0200)
ARCHITECTURE.md

index 79adc932152cc18cb02f313b54670f2e09b9fb91..b75dfa0d3940e572289615dd39d80926cd5ad006 100644 (file)
@@ -4,6 +4,9 @@ This document describes the high-level architecture of rust-analyzer.
 If you want to familiarize yourself with the code base, you are just
 in the right place!
 
+See also the [guide](./guide.md), which walks through a particular snapshot of
+rust-analyzer code base.
+
 ## The Big Picture
 
 ![](https://user-images.githubusercontent.com/1711539/50114578-e8a34280-0255-11e9-902c-7cfc70747966.png)