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

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


The following commit(s) were added to refs/heads/main by this push:
     new 77a1c85  update deployment guide (#189)
77a1c85 is described below

commit 77a1c85cef0d518d2fd2d74615d823309d8073a3
Author: Zhang Yonglun <[email protected]>
AuthorDate: Sun Aug 8 21:15:57 2021 +0800

    update deployment guide (#189)
    
    * update release guide
    
    * update deployment guide
---
 content/en/projects/shenyu/deployment-package/index.md | 8 ++++----
 content/zh/projects/shenyu/deployment-package/index.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/en/projects/shenyu/deployment-package/index.md 
b/content/en/projects/shenyu/deployment-package/index.md
index 925d03b..1160d8a 100644
--- a/content/en/projects/shenyu/deployment-package/index.md
+++ b/content/en/projects/shenyu/deployment-package/index.md
@@ -9,9 +9,9 @@ This article introduces the deployment of the `Apache ShenYu` 
gateway using the
 
 ### Start Apache ShenYu Admin
 
-* download 
[2.4.0](https://github.com/apache/incubator-shenyu/releases/tag/2.4.0) download 
`apache-shenyu-admin-bin-2.4.0-RELEASE.tar.gz`
+* download `apache-shenyu-incubating-2.4.0-admin-bin.tar.gz`
 
-* unzip `apache-shenyu-admin-bin-2.4.0-RELEASE.tar.gz`。 go to the `bin` 
directory.
+* unzip `apache-shenyu-incubating-2.4.0-admin-bin.tar.gz`。 go to the `bin` 
directory.
 
 * use `h2` to store data:
 
@@ -31,9 +31,9 @@ This article introduces the deployment of the `Apache ShenYu` 
gateway using the
 
 ### Start Apache ShenYu Bootstrap
 
-* download 
[2.4.0](https://github.com/apache/incubator-shenyu/releases/tag/2.4.0) download 
`apache-shenyu-bootstrap-bin-2.4.0-RELEASE.tar.gz`
+* download `apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz`
 
-* unzip `apache-shenyu-bootstrap-bin-2.4.0-RELEASE.tar.gz`。 go to the `bin` 
directory.
+* unzip `apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz`。 go to the `bin` 
directory.
 
 ```
 > windwos : start.bat 
diff --git a/content/zh/projects/shenyu/deployment-package/index.md 
b/content/zh/projects/shenyu/deployment-package/index.md
index 1233a85..7f1b915 100644
--- a/content/zh/projects/shenyu/deployment-package/index.md
+++ b/content/zh/projects/shenyu/deployment-package/index.md
@@ -9,9 +9,9 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Admin
 
-* 下载 [2.4.0](https://github.com/apache/incubator-shenyu/releases/tag/2.4.0) 下载 
`apache-shenyu-admin-bin-2.4.0-RELEASE.tar.gz`
+* 下载 `apache-shenyu-incubating-2.4.0-admin-bin.tar.gz`
 
-* 解压缩 `apache-shenyu-admin-bin-2.4.0-RELEASE.tar.gz`。 进入 `bin` 目录。
+* 解压缩 `apache-shenyu-incubating-2.4.0-admin-bin.tar.gz`。 进入 `bin` 目录。
 
 * 使用 `h2` 来存储后台数据:
 
@@ -31,9 +31,9 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 [2.4.0](https://github.com/apache/incubator-shenyu/releases/tag/2.4.0) 下载 
`apache-shenyu-bootstrap-bin-2.4.0-RELEASE.tar.gz`
+* 下载 `apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz`
 
-* 解压缩 `apache-shenyu-bootstrap-bin-2.4.0-RELEASE.tar.gz`。 进入 bin 目录。
+* 解压缩 `apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
 ```
 > windwos : start.bat 

Reply via email to