This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 14629b7  fix: typo and centralize diagrams
14629b7 is described below

commit 14629b7e29f1c3fb4ad9c316b804b538d8412f0e
Author: Klesh Wong <[email protected]>
AuthorDate: Thu May 19 14:57:21 2022 +0800

    fix: typo and centralize diagrams
---
 docs/01-Overview/02-Architecture.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/01-Overview/02-Architecture.md 
b/docs/01-Overview/02-Architecture.md
index f3330e2..dc708aa 100755
--- a/docs/01-Overview/02-Architecture.md
+++ b/docs/01-Overview/02-Architecture.md
@@ -6,9 +6,10 @@ description: >
 ---
 
 
-![devlake-architecture](../../static/img/arch-dataflow.svg)
+<p align="center"><img src="/img/arch-dataflow.svg" /></p>
 <p align="center">Architecture Diagram (data-flow perspective)</p>
-![devlake-architecture](../../static/img/arch-Component.svg)
+
+<p align="center"><img src="/img/arch-component.svg" /></p>
 <p align="center">Architecture Diagram (component perspective)</p>
 
 

Reply via email to