This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
new 7e74bb29f update README.md replace badge.svg (#3746)
7e74bb29f is described below
commit 7e74bb29fd2debc418dd19672366d7e8b3f657dc
Author: 成彬彬 <[email protected]>
AuthorDate: Tue Nov 1 11:58:59 2022 +0800
update README.md replace badge.svg (#3746)
* update README.md replace badge.svg
* modify url
---
README.md | 13 ++++++-------
README_CN.md | 9 ++++-----
2 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 16b6f5bad..26fe9b6da 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,8 @@
</h2>
<p align="center">
- <strong>Linkis builds a computation middleware layer to decouple the upper
applications and the underlying data engines,
- provides standardized interfaces (REST, JDBC, WebSocket etc.) to easily
connect to various underlying engines (Spark, Presto, Flink, etc.),
- while enables cross engine context sharing, unified job& engine governance
and orchestration.</strong>
+ <strong> Linkis builds a computation middleware layer to facilitate
connection,
+ governance and orchestration between the upper applications and the
underlying data engines. </strong>
</p>
<p align="center">
<a href="https://linkis.apache.org/">https://linkis.apache.org/</a>
@@ -31,7 +30,7 @@
<img src="https://img.shields.io/badge/JDK-8-green.svg" />
</a>
<a target="_blank"
href="https://github.com/apache/incubator-linkis/actions">
- <img
src="https://github.com/apache/incubator-linkis/actions/workflows/build.yml/badge.svg"
/>
+ <img
src="https://github.com/apache/incubator-linkis/actions/workflows//build-backend.yml/badge.svg"
/>
</a>
<a target="_blank" href='https://github.com/apache/incubator-linkis'>
@@ -110,8 +109,8 @@ Please go to the [Linkis Releases
Page](https://linkis.apache.org/download/main)
# Compile and Deploy
> For more detailed guidance see:
->- [[Backend
Compile]](https://linkis.apache.org/docs/latest/development/linkis-compile-and-package)
->- [[Management Console
Build]](https://linkis.apache.org/docs/latest/development/web-build)
+>- [[Backend Compile]](https://linkis.apache.org/docs/latest/development/build)
+>- [[Management Console
Build]](https://linkis.apache.org/docs/latest/development/build-console)
```shell
@@ -161,7 +160,7 @@ $>
./linkis-dist/docker/scripts/make-linikis-image-with-mysql-jdbc.sh
```
-Please refer to [Quick
Deployment](https://linkis.apache.org/docs/latest/deployment/quick-deploy) to
do the deployment.
+Please refer to [Quick
Deployment](https://linkis.apache.org/docs/latest/deployment/deploy-quick/) to
do the deployment.
# Examples and Guidance
- [User Manual](https://linkis.apache.org/docs/latest/user-guide/overview)
diff --git a/README_CN.md b/README_CN.md
index 38cbf5378..10ad45f66 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -3,8 +3,7 @@
</h2>
<p align="center">
- <strong>Linkis 在上层应用和底层引擎之间构建了一层计算中间件。通过使用Linkis 提供的REST/WebSocket/JDBC
等标准接口,
- 上层应用可以方便地连接访问Spark, Presto, Flink
等底层引擎,同时实现跨引擎上下文共享、统一的计算任务和引擎治理与编排能力</strong>
+ <strong>Linkis 构建了一层计算中间件,方便上层应用与底层数据引擎之间的连接、治理和编排 </strong>
</p>
<p align="center">
<a href="https://linkis.apache.org/">https://linkis.apache.org/</a>
@@ -106,8 +105,8 @@ Linkis 自 2019 年开源发布以来,已累计积累了 700 多家试验企
# 编译和安装部署
> 更详细的步骤参见:
->- [后端编译打包
](https://linkis.apache.org/zh-CN/docs/latest/development/linkis-compile-and-package)
->- [管理台编译 ](https://linkis.apache.org/zh-CN/docs/latest/development/web-build)
+>- [后端编译打包 ](https://linkis.apache.org/zh-CN/docs/latest/development/build)
+>- [管理台编译
](https://linkis.apache.org/zh-CN/docs/latest/development/build-console)
@@ -152,7 +151,7 @@ $> LINKIS_IMAGE=linkis:1.3.1
$> ./linkis-dist/docker/scripts/make-linikis-image-with-mysql-jdbc.sh
```
-请参考[快速安装部署
](https://linkis.apache.org/zh-CN/docs/latest/deployment/quick-deploy) 来部署
Linkis
+请参考[快速安装部署
](https://linkis.apache.org/zh-CN/docs/latest/deployment/deploy-quick/) 来部署
Linkis
# 示例和使用指引
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]