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

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


The following commit(s) were added to refs/heads/dev-1.0.3 by this push:
     new 8105529  Use github image url for readme (#1292)
8105529 is described below

commit 8105529dadd843bac87b7bea45ab0ab921bcaead
Author: Casion <[email protected]>
AuthorDate: Tue Jan 11 14:18:06 2022 +0800

    Use github image url for readme (#1292)
    
    * use github image url for readme
    
    * adjust README.md
---
 LICENSE                              |   1 -
 README.md                            |  10 +++++-----
 README_CN.md                         |  11 ++++++-----
 images/after_linkis_cn.png           | Bin 645519 -> 0 bytes
 images/before_linkis_cn.png          | Bin 332201 -> 0 bytes
 images/linkis-intro-01.png           | Bin 413878 -> 0 bytes
 images/linkis-intro-03.png           | Bin 738141 -> 0 bytes
 images/linkis_1.0_architecture.png   | Bin 316746 -> 0 bytes
 images/wedatasphere_contact_01.png   | Bin 217762 -> 0 bytes
 images/wedatasphere_stack_linkis.png | Bin 203466 -> 0 bytes
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/LICENSE b/LICENSE
index d84e488..177eb1e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -231,7 +231,6 @@ Apache 2.0 licenses
 ========================================================================
 
 The following file are provided under the  Apache 2.0  License.
-    images/*.png
     web/.editorconfig
     web/.env
     web/.eslintignore
diff --git a/README.md b/README.md
index c04c740..22b5e82 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ As a computation middleware, Linkis provides powerful 
connectivity, reuse, orche
 Since the first release of Linkis in 2019, it has accumulated more than 
**700** trial companies and **1000+** sandbox trial users, which involving 
diverse industries, from finance, banking, tele-communication, to manufactory, 
internet companies and so on. Lots of companies have already used Linkis as a 
unified entrance for the underlying computation and storage engines of the big 
data platform.
 
 
-![linkis-intro-01](images/linkis-intro-01.png)
+![linkis-intro-01](https://user-images.githubusercontent.com/7869972/148767375-aeb11b93-16ca-46d7-a30e-92fbefe2bd5e.png)
 
-![linkis-intro-03](images/linkis-intro-03.png)
+![linkis-intro-03](https://user-images.githubusercontent.com/7869972/148767380-c34f44b2-9320-4633-9ec8-662701f41d15.png)
 
 # Features
 
@@ -75,11 +75,11 @@ Linkis services could be divided into three categories: 
computation governance s
 - The microservice governance services, including Spring Cloud Gateway, Eureka 
and Open Feign.
 
 Below is the Linkis architecture diagram. You can find more detailed 
architecture docs in 
[Linkis-Doc/Architecture](https://linkis.apache.org/docs/latest/architecture/overview).
-![architecture](images/linkis_1.0_architecture.png)
+![architecture](https://user-images.githubusercontent.com/7869972/148767383-f87e84ba-5baa-4125-8b6e-d0aa4f7d3a66.png)
 
 Based on Linkis the computation middleware, we've built a lot of applications 
and tools on top of it in the big data platform suite 
[WeDataSphere](https://github.com/WeBankFinTech/WeDataSphere). Below are the 
currently available open-source projects. More projects upcoming, please stay 
tuned.
 
-![wedatasphere_stack_Linkis](images/wedatasphere_stack_linkis.png)
+![wedatasphere_stack_Linkis](https://user-images.githubusercontent.com/7869972/148767389-049361df-3609-4c2f-a4e2-c904c273300e.png)
 
 # Contributing
 
@@ -91,7 +91,7 @@ For code and documentation contributions, please follow the 
[contribution guide]
 Any questions or suggestions please kindly submit an issue.  
 You can scan the QR code below to join our WeChat and QQ group to get more 
immediate response.
 
-![introduction05](images/wedatasphere_contact_01.png)
+![introduction05](https://user-images.githubusercontent.com/7869972/148767386-0663f833-547d-4c30-8876-081bb966ffb8.png)
 
 Meetup videos on 
[Bilibili](https://space.bilibili.com/598542776?from=search&seid=14344213924133040656).
 
diff --git a/README_CN.md b/README_CN.md
index bab6077..bd0fa8f 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -11,9 +11,10 @@ Linkis 在上层应用程序和底层引擎之间构建了一层计算中间件
 作为计算中间件,Linkis 
提供了强大的连通、复用、编排、扩展和治理管控能力。通过计算中间件将应用层和引擎层解耦,简化了复杂的网络调用关系,降低了整体复杂度,同时节约了整体开发和维护成本。
  
 Linkis 
自2019年开源发布以来,已累计积累了700多家试验企业和1000+沙盒试验用户,涉及金融、电信、制造、互联网等多个行业。许多公司已经将Linkis 
作为大数据平台底层计算存储引擎的统一入口,和计算请求/任务的治理管控利器。
 
-![没有Linkis 之前](images/before_linkis_cn.png)
+![没有Linkis 
之前](https://user-images.githubusercontent.com/7869972/148767370-06025750-090e-4fd6-bd32-aab2fbb01352.png)
 
-![有了Linkis 之后](images/after_linkis_cn.png)
+
+![有了Linkis 
之后](https://user-images.githubusercontent.com/7869972/148767358-b02ae982-4080-4efa-aa0f-768ca27902b7.png)
 
 # 核心特点
 
@@ -66,11 +67,11 @@ Linkis 基于微服务架构开发,其服务可以分为3类:计算治理服
 - 微服务治理服务,包括定制化的Spring Cloud Gateway、Eureka、Open Feign。
 
 下面是Linkis 的架构概要图. 更多详细架构文档请见 
[Linkis-Doc/Architecture](https://linkis.apache.org/zh-CN/docs/latest/architecture/overview).
-![architecture](images/linkis_1.0_architecture.png)
+![architecture](https://user-images.githubusercontent.com/7869972/148767383-f87e84ba-5baa-4125-8b6e-d0aa4f7d3a66.png)
 
 基于Linkis 
计算中间件,我们在大数据平台套件[WeDataSphere](https://github.com/WeBankFinTech/WeDataSphere) 
中构建了许多应用和工具系统。下面是目前可用的开源项目。
 
-![wedatasphere_stack_Linkis](images/wedatasphere_stack_linkis.png)
+![wedatasphere_stack_Linkis](https://user-images.githubusercontent.com/7869972/148767389-049361df-3609-4c2f-a4e2-c904c273300e.png)
 
 - [**DataSphere Studio** - 
数据应用集成开发框架](https://github.com/WeBankFinTech/DataSphereStudio)
 
@@ -95,7 +96,7 @@ Linkis 基于微服务架构开发,其服务可以分为3类:计算治理服
 
 对Linkis 的任何问题和建议,敬请提交issue,以便跟踪处理和经验沉淀共享。  
 您也可以扫描下面的二维码,加入我们的微信/QQ群,以获得更快速的响应。
-![introduction05](images/wedatasphere_contact_01.png)
+![introduction05](https://user-images.githubusercontent.com/7869972/148767386-0663f833-547d-4c30-8876-081bb966ffb8.png)
 
 Meetup 视频 
[Bilibili](https://space.bilibili.com/598542776?from=search&seid=14344213924133040656).
 
diff --git a/images/after_linkis_cn.png b/images/after_linkis_cn.png
deleted file mode 100644
index b94beab..0000000
Binary files a/images/after_linkis_cn.png and /dev/null differ
diff --git a/images/before_linkis_cn.png b/images/before_linkis_cn.png
deleted file mode 100644
index 914d38b..0000000
Binary files a/images/before_linkis_cn.png and /dev/null differ
diff --git a/images/linkis-intro-01.png b/images/linkis-intro-01.png
deleted file mode 100644
index 60b575d..0000000
Binary files a/images/linkis-intro-01.png and /dev/null differ
diff --git a/images/linkis-intro-03.png b/images/linkis-intro-03.png
deleted file mode 100644
index 79fdcd3..0000000
Binary files a/images/linkis-intro-03.png and /dev/null differ
diff --git a/images/linkis_1.0_architecture.png 
b/images/linkis_1.0_architecture.png
deleted file mode 100644
index 9b6cc90..0000000
Binary files a/images/linkis_1.0_architecture.png and /dev/null differ
diff --git a/images/wedatasphere_contact_01.png 
b/images/wedatasphere_contact_01.png
deleted file mode 100644
index 5a3d80e..0000000
Binary files a/images/wedatasphere_contact_01.png and /dev/null differ
diff --git a/images/wedatasphere_stack_linkis.png 
b/images/wedatasphere_stack_linkis.png
deleted file mode 100644
index 36060b9..0000000
Binary files a/images/wedatasphere_stack_linkis.png and /dev/null differ

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to