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

lidongdai 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 baa4fee  [Docs]Update quick start download link (#1518)
baa4fee is described below

commit baa4fee728918d0534e04b960c8a9a75d3fbf290
Author: Kirs <[email protected]>
AuthorDate: Sat Mar 19 22:39:44 2022 +0800

    [Docs]Update quick start download link (#1518)
    
    * [Docs]Update quick start download link
    
    * [Docs]Update quick start download link
---
 docs/en/flink/quick-start.md    | 10 +++++-----
 docs/en/spark/quick-start.md    | 11 ++++++-----
 docs/zh-CN/spark/quick-start.md |  8 ++++----
 3 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/docs/en/flink/quick-start.md b/docs/en/flink/quick-start.md
index 1da8b56..d1a66f5 100644
--- a/docs/en/flink/quick-start.md
+++ b/docs/en/flink/quick-start.md
@@ -10,18 +10,18 @@ Please [download 
Flink](https://flink.apache.org/downloads.html) first, please c
 
 ## Step 2: Download seatunnel
 
-Enter the [seatunnel installation 
package](https://github.com/apache/incubator-seatunnel/releases) download page 
and download the latest version of `seatunnel-<version>.zip`
+Enter the [seatunnel installation 
package](https://seatunnel.apache.org/download) download page and download the 
latest version of `seatunnel-<version>-bin.tar.gz`
 
-Or download the specified version directly (take 2.0.4 as an example):
+Or download the specified version directly (take 2.1.0 as an example):
 
 ```bash
-wget 
https://github.com/apache/incubator-seatunnel/releases/download/v2.0.4/waterdrop-dist-2.0.4-2.11.8-release.zip
 -O seatunnel-2.0.4.zip
+wget 
https://downloads.apache.org/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz
 -O seatunnel-2.1.0.tar.gz
 ```
 
-After downloading, unzip:
+After downloading, extract:
 
 ```bash
-unzip seatunnel-<version>.zip
+tar -xvzf seatunnel-<version>.tar.gz
 ln -s seatunnel-<version> seatunnel
 ```
 
diff --git a/docs/en/spark/quick-start.md b/docs/en/spark/quick-start.md
index 1f4fcd5..e02f0cf 100644
--- a/docs/en/spark/quick-start.md
+++ b/docs/en/spark/quick-start.md
@@ -10,20 +10,21 @@ Please [download 
Spark](https://spark.apache.org/downloads.html) first, please c
 
 ### Step 2: Download seatunnel
 
-Enter the [seatunnel installation package download 
page](https://github.com/apache/incubator-seatunnel/releases) and download the 
latest version of `seatunnel-<version>.zip`
+Enter the [seatunnel installation package download 
page](https://seatunnel.apache.org/download) and download the latest version of 
`seatunnel-<version>-bin.tar.gz`
 
-Or download the specified version directly (take `2.0.4` as an example):
+Or download the specified version directly (take 2.1.0 as an example):
 
 ```bash
-wget 
https://github.com/apache/incubator-seatunnel/releases/download/v2.0.4/waterdrop-dist-2.0.4-2.11.8-release.zip
 -O seatunnel-2.0.4.zip
+wget 
https://downloads.apache.org/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz
 -O seatunnel-2.1.0.tar.gz
 ```
 
-After downloading, unzip:
+After downloading, extract:
 
 ```bash
-unzip seatunnel-<version>.zip
+tar -xvzf seatunnel-<version>.tar.gz
 ln -s seatunnel-<version> seatunnel
 ```
+```
 
 ## Step 3: Configure seatunnel
 
diff --git a/docs/zh-CN/spark/quick-start.md b/docs/zh-CN/spark/quick-start.md
index e0919af..faf3366 100644
--- a/docs/zh-CN/spark/quick-start.md
+++ b/docs/zh-CN/spark/quick-start.md
@@ -10,18 +10,18 @@
 
 ### 第二布: 下载 Seatunnel
 
-通过[Seatunnel安装包下载](https://github.com/apache/incubator-seatunnel/releases) 
下载最新版本 `seatunnel-<version>.zip`
+通过[Seatunnel安装包下载]((https://seatunnel.apache.org/download)) 下载最新版本 
`seatunnel-<version>-bin.tar.gz`
 
-或者下载指定的版本 (以`2.0.4`为例):
+或者下载指定的版本 (以`2.1.0`为例):
 
 ```bash
-wget 
https://github.com/apache/incubator-seatunnel/releases/download/v2.0.4/waterdrop-dist-2.0.4-2.11.8-release.zip
 -O seatunnel-2.0.4.zip
+wget 
https://downloads.apache.org/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz
 -O seatunnel-2.1.0.tar.gz
 ```
 
 下载完成后解压:
 
 ```bash
-unzip seatunnel-<version>.zip
+tar -xvzf seatunnel-<version>.tar.gz
 ln -s seatunnel-<version> seatunnel
 ```
 

Reply via email to