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

wuchunfu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5a3a4c3  [Improve] [doc] Using raw svg file to avoid somehow broken 
issues (#1363)
5a3a4c3 is described below

commit 5a3a4c3200c346737b326b76a6a94238c584e8f1
Author: Benedict Jin <[email protected]>
AuthorDate: Wed Mar 2 11:14:17 2022 +0800

    [Improve] [doc] Using raw svg file to avoid somehow broken issues (#1363)
---
 README.md       | 2 +-
 README_zh_CN.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1216c81..4a8a2f9 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ SeaTunnel will do its best to solve the problems that may be 
encountered in the
 
 ## Workflow of SeaTunnel
 
-![seatunnel-workflow.svg](https://github.com/apache/incubator-seatunnel-website/blob/main/static/image/seatunnel-workflow.svg)
+![seatunnel-workflow.svg](https://raw.githubusercontent.com/apache/incubator-seatunnel-website/main/static/image/seatunnel-workflow.svg)
 
 ```
 Source[Data Source Input] -> Transform[Data Processing] -> Sink[Result Output]
diff --git a/README_zh_CN.md b/README_zh_CN.md
index ca4bb43..14d75fe 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -47,7 +47,7 @@ SeaTunnel 尽所能为您解决海量数据同步中可能遇到的问题:
 
 ## SeaTunnel 的工作流程
 
-![seatunnel-workflow.svg](https://github.com/apache/incubator-seatunnel-website/blob/main/static/image/seatunnel-workflow.svg)
+![seatunnel-workflow.svg](https://raw.githubusercontent.com/apache/incubator-seatunnel-website/main/static/image/seatunnel-workflow.svg)
 
 ```
 Source[数据源输入] -> Transform[数据处理] -> Sink[结果输出]

Reply via email to