aboutsummaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorErick Tovar <[email protected]>2021-02-06 20:52:38 +0000
committerAleksey Kladov <[email protected]>2021-02-07 07:57:39 +0000
commita423a5196c5881623154af519454b1d03c8c7ee5 (patch)
treef1b3045fe1b318c6a8d219ea0911241ea3293c59 /docs/dev
parent720abf15ec06220daa7da484953b36cb9d6e8fe2 (diff)
Fixing architecture image on dark theme
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/architecture.md2
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
26On 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. 26On 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