diff options
Diffstat (limited to 'docs/dev/architecture.md')
-rw-r--r-- | docs/dev/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 6ccb4a27f..de8427c4b 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md | |||
@@ -21,7 +21,7 @@ See also these implementation-related blog posts: | |||
21 | 21 | ||
22 | ## Bird's Eye View | 22 | ## Bird's Eye View |
23 | 23 | ||
24 | ![](https://user-images.githubusercontent.com/1711539/50114578-e8a34280-0255-11e9-902c-7cfc70747966.png) | 24 | ![](https://user-images.githubusercontent.com/4789492/107129398-0ab70f00-687a-11eb-9bfc-d4eb023aec06.png) |
25 | 25 | ||
26 | On the highest level, rust-analyzer is a thing which accepts input source code from the client and produces a structured semantic model of the code. | 26 | On the highest level, rust-analyzer is a thing which accepts input source code from the client and produces a structured semantic model of the code. |
27 | 27 | ||