diff options
author | Erick Tovar <[email protected]> | 2021-02-06 20:52:38 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-02-07 07:57:39 +0000 |
commit | a423a5196c5881623154af519454b1d03c8c7ee5 (patch) | |
tree | f1b3045fe1b318c6a8d219ea0911241ea3293c59 | |
parent | 720abf15ec06220daa7da484953b36cb9d6e8fe2 (diff) |
Fixing architecture image on dark theme
-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 | ||