You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2022/06/01 02:43:30 UTC

[incubator-shenyu-website] branch main updated: [type:optimize] add download url for document. (#584)

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 e0e1f7850f [type:optimize] add download url for document. (#584)
e0e1f7850f is described below

commit e0e1f7850f1ae0740cfa20257e1586197c879fa6
Author: moremind <he...@hotmail.com>
AuthorDate: Wed Jun 1 10:43:25 2022 +0800

    [type:optimize] add download url for document. (#584)
    
    * [type:optimize] add download url for document.
    
    * [type:optimize] add download url for document.
    
    * [type:optimize] add download url for document.
---
 .github/workflows/deploy.yml                                        | 2 +-
 docs/deployment/deployment-cluster.md                               | 4 ++--
 docs/deployment/deployment-package.md                               | 4 ++--
 docs/deployment/deployment-quick.md                                 | 2 +-
 .../current/deployment/deployment-cluster.md                        | 4 ++--
 .../current/deployment/deployment-package.md                        | 4 ++--
 .../current/deployment/deployment-quick.md                          | 2 +-
 .../version-2.4.0/deployment/deployment-cluster.md                  | 4 ++--
 .../version-2.4.0/deployment/deployment-package.md                  | 4 ++--
 .../version-2.4.1/deployment/deployment-cluster.md                  | 4 ++--
 .../version-2.4.1/deployment/deployment-package.md                  | 4 ++--
 .../version-2.4.1/deployment/deployment-quick.md                    | 2 +-
 .../version-2.4.2/deployment/deployment-cluster.md                  | 4 ++--
 .../version-2.4.2/deployment/deployment-package.md                  | 4 ++--
 .../version-2.4.2/deployment/deployment-quick.md                    | 2 +-
 .../version-2.4.3/deployment/deployment-cluster.md                  | 4 ++--
 .../version-2.4.3/deployment/deployment-package.md                  | 4 ++--
 .../version-2.4.3/deployment/deployment-quick.md                    | 2 +-
 versioned_docs/version-2.4.0/deployment/deployment-cluster.md       | 4 ++--
 versioned_docs/version-2.4.0/deployment/deployment-package.md       | 4 ++--
 versioned_docs/version-2.4.1/deployment/deployment-cluster.md       | 4 ++--
 versioned_docs/version-2.4.1/deployment/deployment-package.md       | 4 ++--
 versioned_docs/version-2.4.1/deployment/deployment-quick.md         | 2 +-
 versioned_docs/version-2.4.2/deployment/deployment-cluster.md       | 4 ++--
 versioned_docs/version-2.4.2/deployment/deployment-package.md       | 4 ++--
 versioned_docs/version-2.4.2/deployment/deployment-quick.md         | 2 +-
 versioned_docs/version-2.4.3/deployment/deployment-cluster.md       | 4 ++--
 versioned_docs/version-2.4.3/deployment/deployment-package.md       | 6 +++---
 versioned_docs/version-2.4.3/deployment/deployment-quick.md         | 2 +-
 29 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 8cb13ca3b3..2efd2290d9 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
       - name: Setup Node
         uses: actions/setup-node@v2.4.0
         with:
-          node-version: "14"
+          node-version: "16"
       - name: Setup Dependencies
         run: yarn install
       - name: Build Site
diff --git a/docs/deployment/deployment-cluster.md b/docs/deployment/deployment-cluster.md
index 470a0030a5..0e2b85d384 100644
--- a/docs/deployment/deployment-cluster.md
+++ b/docs/deployment/deployment-cluster.md
@@ -17,7 +17,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
 
 ### Start Apache ShenYu Admin
 
-* download and unzip `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz` in your Gateway Admin server.
+* download and unzip [apache-shenyu-incubating-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz) in your Gateway Admin server.
 
 * config your database, go to the `/conf` directory, and  modify `spring.profiles.active` of the configuration in `application.yaml` to `mysql`, `pg` or `h2`.
 
@@ -33,7 +33,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
 
 ### Start Apache ShenYu Boostrap
 
-* download and unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz` in your Gateway Boostrap server.
+* download and unzip [apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz) in your Gateway Boostrap server.
 
 * config your synchronization, go to the `/conf` directory, and modify `shenyu.sync` of configuration in `application.yaml` to `websocket`, `http`, `zookeeper`, `etcd`, `consul` or `nacos`, this configuaration must remain the same of `ShenyYu Admin`.
 
diff --git a/docs/deployment/deployment-package.md b/docs/deployment/deployment-package.md
index c85de257e3..a2cf411ed9 100644
--- a/docs/deployment/deployment-package.md
+++ b/docs/deployment/deployment-package.md
@@ -10,7 +10,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
 
 ### Start Apache ShenYu Admin
 
-* download `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`
+* download [apache-shenyu-incubating-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。 go to the `bin` directory.
 
@@ -40,7 +40,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
 
 ### Start Apache ShenYu Bootstrap
 
-* download `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`
+* download [apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 go to the `bin` directory.
 
diff --git a/docs/deployment/deployment-quick.md b/docs/deployment/deployment-quick.md
index 4bfd50a313..304e8fd319 100644
--- a/docs/deployment/deployment-quick.md
+++ b/docs/deployment/deployment-quick.md
@@ -13,7 +13,7 @@ This article introduces how to quick start the `Apache ShenYu` gateway in the st
 
 ### Start Apache ShenYu Bootstrap
 
-* download `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`
+* download [apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 go to the `bin` directory.
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md
index 77484fa735..a20174188c 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md
@@ -17,7 +17,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Admin
 
-* 在你的网关管理端服务器下载并解压`apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。
+* 在你的网关管理端服务器下载并解压[apache-shenyu-incubating-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz) 。
 
 * 配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, `pg` or `h2`。
 
@@ -33,7 +33,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Boostrap
 
-* 在你的网关启动器服务器下载并解压`apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。
+* 在你的网关启动器服务器下载并解压[apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz) 。
 
 * 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, `http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-package.md b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-package.md
index 68c594fbf7..7b3a45b080 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-package.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-package.md
@@ -10,7 +10,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Admin
 
-* 下载 `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。 进入 `bin` 目录。
 
@@ -40,7 +40,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`
+* 下载 [`apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-quick.md b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-quick.md
index 1076bce467..b189dd4963 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-quick.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-quick.md
@@ -13,7 +13,7 @@ description: 单机快速部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/deployment/deployment-cluster.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/deployment/deployment-cluster.md
index 77484fa735..aa1dcaa170 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/deployment/deployment-cluster.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/deployment/deployment-cluster.md
@@ -17,7 +17,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Admin
 
-* 在你的网关管理端服务器下载并解压`apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。
+* 在你的网关管理端服务器下载并解压 [apache-shenyu-incubating-2.4.0-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.0/apache-shenyu-incubating-2.4.0-admin-bin.tar.gz) 。
 
 * 配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, `pg` or `h2`。
 
@@ -33,7 +33,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Boostrap
 
-* 在你的网关启动器服务器下载并解压`apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。
+* 在你的网关启动器服务器下载并解压 [apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.0/apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz) 。
 
 * 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, `http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/deployment/deployment-package.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/deployment/deployment-package.md
index a6a9b8d6ca..f83686c86e 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/deployment/deployment-package.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/deployment/deployment-package.md
@@ -10,7 +10,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Admin
 
-* 下载 `apache-shenyu-incubating-2.4.0-admin-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-2.4.0-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.0/apache-shenyu-incubating-2.4.0-admin-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-2.4.0-admin-bin.tar.gz`。 进入 `bin` 目录。
 
@@ -32,7 +32,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 `apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.0/apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-cluster.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-cluster.md
index 77484fa735..043d958a63 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-cluster.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-cluster.md
@@ -17,7 +17,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Admin
 
-* 在你的网关管理端服务器下载并解压`apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。
+* 在你的网关管理端服务器下载并解压[apache-shenyu-incubating-2.4.1-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.1/apache-shenyu-incubating-2.4.1-admin-bin.tar.gz) 。
 
 * 配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, `pg` or `h2`。
 
@@ -33,7 +33,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Boostrap
 
-* 在你的网关启动器服务器下载并解压`apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。
+* 在你的网关启动器服务器下载并解压 [apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.1/apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz) 。
 
 * 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, `http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-package.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-package.md
index 087f92f9c4..8543ea55f7 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-package.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-package.md
@@ -10,7 +10,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Admin
 
-* 下载 `apache-shenyu-incubating-2.4.1-admin-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-2.4.1-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.1/apache-shenyu-incubating-2.4.1-admin-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-2.4.1-admin-bin.tar.gz`。 进入 `bin` 目录。
 
@@ -40,7 +40,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 `apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.1/apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-quick.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-quick.md
index 35cb509f00..352d5d4a37 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-quick.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-quick.md
@@ -13,7 +13,7 @@ description: 单机快速部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 `apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.1/apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-cluster.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-cluster.md
index 77484fa735..47eae0c2f6 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-cluster.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-cluster.md
@@ -17,7 +17,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Admin
 
-* 在你的网关管理端服务器下载并解压`apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。
+* 在你的网关管理端服务器下载并解压[apache-shenyu-incubating-2.4.2-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.2/apache-shenyu-incubating-2.4.2-admin-bin.tar.gz) 。
 
 * 配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, `pg` or `h2`。
 
@@ -33,7 +33,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Boostrap
 
-* 在你的网关启动器服务器下载并解压`apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。
+* 在你的网关启动器服务器下载并解压[apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.2/apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz) 。
 
 * 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, `http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-package.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-package.md
index 03db33d282..c6cf34e8c2 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-package.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-package.md
@@ -10,7 +10,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Admin
 
-* 下载 `apache-shenyu-incubating-2.4.2-admin-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-2.4.2-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.2/apache-shenyu-incubating-2.4.2-admin-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-2.4.2-admin-bin.tar.gz`。 进入 `bin` 目录。
 
@@ -40,7 +40,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 `apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.2/apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-quick.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-quick.md
index 7d16cfc527..a76cd2b2ff 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-quick.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/deployment/deployment-quick.md
@@ -13,7 +13,7 @@ description: 单机快速部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 `apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.2/apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-cluster.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-cluster.md
index 77484fa735..75871af2f6 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-cluster.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-cluster.md
@@ -17,7 +17,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Admin
 
-* 在你的网关管理端服务器下载并解压`apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。
+* 在你的网关管理端服务器下载并解压[apache-shenyu-incubating-2.4.3-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz) 。
 
 * 配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, `pg` or `h2`。
 
@@ -33,7 +33,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Boostrap
 
-* 在你的网关启动器服务器下载并解压`apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。
+* 在你的网关启动器服务器下载并解压[apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz) 。
 
 * 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, `http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-package.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-package.md
index 68c594fbf7..9d4c716ed1 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-package.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-package.md
@@ -10,7 +10,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Admin
 
-* 下载 `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。 进入 `bin` 目录。
 
@@ -40,7 +40,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-quick.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-quick.md
index 1076bce467..b189dd4963 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-quick.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-quick.md
@@ -13,7 +13,7 @@ description: 单机快速部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`
+* 下载 [apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git a/versioned_docs/version-2.4.0/deployment/deployment-cluster.md b/versioned_docs/version-2.4.0/deployment/deployment-cluster.md
index 470a0030a5..6de3fa2501 100644
--- a/versioned_docs/version-2.4.0/deployment/deployment-cluster.md
+++ b/versioned_docs/version-2.4.0/deployment/deployment-cluster.md
@@ -17,7 +17,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
 
 ### Start Apache ShenYu Admin
 
-* download and unzip `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz` in your Gateway Admin server.
+* download and unzip [apache-shenyu-incubating-2.4.0-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.0/apache-shenyu-incubating-2.4.0-admin-bin.tar.gz) in your Gateway Admin server.
 
 * config your database, go to the `/conf` directory, and  modify `spring.profiles.active` of the configuration in `application.yaml` to `mysql`, `pg` or `h2`.
 
@@ -33,7 +33,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
 
 ### Start Apache ShenYu Boostrap
 
-* download and unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz` in your Gateway Boostrap server.
+* download and unzip [apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.0/apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz) in your Gateway Boostrap server.
 
 * config your synchronization, go to the `/conf` directory, and modify `shenyu.sync` of configuration in `application.yaml` to `websocket`, `http`, `zookeeper`, `etcd`, `consul` or `nacos`, this configuaration must remain the same of `ShenyYu Admin`.
 
diff --git a/versioned_docs/version-2.4.0/deployment/deployment-package.md b/versioned_docs/version-2.4.0/deployment/deployment-package.md
index 54b51900b3..fc26f89263 100644
--- a/versioned_docs/version-2.4.0/deployment/deployment-package.md
+++ b/versioned_docs/version-2.4.0/deployment/deployment-package.md
@@ -10,7 +10,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
 
 ### Start Apache ShenYu Admin
 
-* download `apache-shenyu-incubating-2.4.0-admin-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.0-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.0/apache-shenyu-incubating-2.4.0-admin-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-2.4.0-admin-bin.tar.gz`。 go to the `bin` directory.
 
@@ -32,7 +32,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
 
 ### Start Apache ShenYu Bootstrap
 
-* download `apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.0/apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz`。 go to the `bin` directory.
 
diff --git a/versioned_docs/version-2.4.1/deployment/deployment-cluster.md b/versioned_docs/version-2.4.1/deployment/deployment-cluster.md
index 470a0030a5..98ce1aa743 100644
--- a/versioned_docs/version-2.4.1/deployment/deployment-cluster.md
+++ b/versioned_docs/version-2.4.1/deployment/deployment-cluster.md
@@ -17,7 +17,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
 
 ### Start Apache ShenYu Admin
 
-* download and unzip `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz` in your Gateway Admin server.
+* download and unzip [apache-shenyu-incubating-2.4.1-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.1/apache-shenyu-incubating-2.4.1-admin-bin.tar.gz) in your Gateway Admin server.
 
 * config your database, go to the `/conf` directory, and  modify `spring.profiles.active` of the configuration in `application.yaml` to `mysql`, `pg` or `h2`.
 
@@ -33,7 +33,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
 
 ### Start Apache ShenYu Boostrap
 
-* download and unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz` in your Gateway Boostrap server.
+* download and unzip [apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.1/apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz) in your Gateway Boostrap server.
 
 * config your synchronization, go to the `/conf` directory, and modify `shenyu.sync` of configuration in `application.yaml` to `websocket`, `http`, `zookeeper`, `etcd`, `consul` or `nacos`, this configuaration must remain the same of `ShenyYu Admin`.
 
diff --git a/versioned_docs/version-2.4.1/deployment/deployment-package.md b/versioned_docs/version-2.4.1/deployment/deployment-package.md
index 86da3f87bc..cc17ef511b 100644
--- a/versioned_docs/version-2.4.1/deployment/deployment-package.md
+++ b/versioned_docs/version-2.4.1/deployment/deployment-package.md
@@ -10,7 +10,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
 
 ### Start Apache ShenYu Admin
 
-* download `apache-shenyu-incubating-2.4.1-admin-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.1-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.1/apache-shenyu-incubating-2.4.1-admin-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-2.4.1-admin-bin.tar.gz`。 go to the `bin` directory.
 
@@ -40,7 +40,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
 
 ### Start Apache ShenYu Bootstrap
 
-* download `apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.1/apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz`。 go to the `bin` directory.
 
diff --git a/versioned_docs/version-2.4.1/deployment/deployment-quick.md b/versioned_docs/version-2.4.1/deployment/deployment-quick.md
index f46d3170bd..00452bff56 100644
--- a/versioned_docs/version-2.4.1/deployment/deployment-quick.md
+++ b/versioned_docs/version-2.4.1/deployment/deployment-quick.md
@@ -13,7 +13,7 @@ This article introduces how to quick start the `Apache ShenYu` gateway in the st
 
 ### Start Apache ShenYu Bootstrap
 
-* download `apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.1/apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-2.4.1-bootstrap-bin.tar.gz`。 go to the `bin` directory.
 
diff --git a/versioned_docs/version-2.4.2/deployment/deployment-cluster.md b/versioned_docs/version-2.4.2/deployment/deployment-cluster.md
index 470a0030a5..77f43f5857 100644
--- a/versioned_docs/version-2.4.2/deployment/deployment-cluster.md
+++ b/versioned_docs/version-2.4.2/deployment/deployment-cluster.md
@@ -17,7 +17,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
 
 ### Start Apache ShenYu Admin
 
-* download and unzip `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz` in your Gateway Admin server.
+* download and unzip [apache-shenyu-incubating-2.4.2-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.2/apache-shenyu-incubating-2.4.2-admin-bin.tar.gz) in your Gateway Admin server.
 
 * config your database, go to the `/conf` directory, and  modify `spring.profiles.active` of the configuration in `application.yaml` to `mysql`, `pg` or `h2`.
 
@@ -33,7 +33,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
 
 ### Start Apache ShenYu Boostrap
 
-* download and unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz` in your Gateway Boostrap server.
+* download and unzip [apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.2/apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz) in your Gateway Boostrap server.
 
 * config your synchronization, go to the `/conf` directory, and modify `shenyu.sync` of configuration in `application.yaml` to `websocket`, `http`, `zookeeper`, `etcd`, `consul` or `nacos`, this configuaration must remain the same of `ShenyYu Admin`.
 
diff --git a/versioned_docs/version-2.4.2/deployment/deployment-package.md b/versioned_docs/version-2.4.2/deployment/deployment-package.md
index 1dc3180477..62f6ff9878 100644
--- a/versioned_docs/version-2.4.2/deployment/deployment-package.md
+++ b/versioned_docs/version-2.4.2/deployment/deployment-package.md
@@ -10,7 +10,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
 
 ### Start Apache ShenYu Admin
 
-* download `apache-shenyu-incubating-2.4.2-admin-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.2-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.2/apache-shenyu-incubating-2.4.2-admin-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-2.4.2-admin-bin.tar.gz`。 go to the `bin` directory.
 
@@ -40,7 +40,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
 
 ### Start Apache ShenYu Bootstrap
 
-* download `apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.2/apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz`。 go to the `bin` directory.
 
diff --git a/versioned_docs/version-2.4.2/deployment/deployment-quick.md b/versioned_docs/version-2.4.2/deployment/deployment-quick.md
index 8d044ccf55..63782edde6 100644
--- a/versioned_docs/version-2.4.2/deployment/deployment-quick.md
+++ b/versioned_docs/version-2.4.2/deployment/deployment-quick.md
@@ -13,7 +13,7 @@ This article introduces how to quick start the `Apache ShenYu` gateway in the st
 
 ### Start Apache ShenYu Bootstrap
 
-* download `apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.2/apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-2.4.2-bootstrap-bin.tar.gz`。 go to the `bin` directory.
 
diff --git a/versioned_docs/version-2.4.3/deployment/deployment-cluster.md b/versioned_docs/version-2.4.3/deployment/deployment-cluster.md
index 470a0030a5..8095cf5453 100644
--- a/versioned_docs/version-2.4.3/deployment/deployment-cluster.md
+++ b/versioned_docs/version-2.4.3/deployment/deployment-cluster.md
@@ -17,7 +17,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
 
 ### Start Apache ShenYu Admin
 
-* download and unzip `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz` in your Gateway Admin server.
+* download and unzip [apache-shenyu-incubating-2.4.3-admin-bin.tar.gz](https://dlcdn.apache.org/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz) in your Gateway Admin server.
 
 * config your database, go to the `/conf` directory, and  modify `spring.profiles.active` of the configuration in `application.yaml` to `mysql`, `pg` or `h2`.
 
@@ -33,7 +33,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
 
 ### Start Apache ShenYu Boostrap
 
-* download and unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz` in your Gateway Boostrap server.
+* download and unzip [apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz) in your Gateway Boostrap server.
 
 * config your synchronization, go to the `/conf` directory, and modify `shenyu.sync` of configuration in `application.yaml` to `websocket`, `http`, `zookeeper`, `etcd`, `consul` or `nacos`, this configuaration must remain the same of `ShenyYu Admin`.
 
diff --git a/versioned_docs/version-2.4.3/deployment/deployment-package.md b/versioned_docs/version-2.4.3/deployment/deployment-package.md
index c85de257e3..b20308a508 100644
--- a/versioned_docs/version-2.4.3/deployment/deployment-package.md
+++ b/versioned_docs/version-2.4.3/deployment/deployment-package.md
@@ -10,9 +10,9 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
 
 ### Start Apache ShenYu Admin
 
-* download `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.3-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz)
 
-* unzip `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。 go to the `bin` directory.
+* unzip `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`. go to the `bin` directory.
 
 * use `h2` to store data:
 
@@ -40,7 +40,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
 
 ### Start Apache ShenYu Bootstrap
 
-* download `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 go to the `bin` directory.
 
diff --git a/versioned_docs/version-2.4.3/deployment/deployment-quick.md b/versioned_docs/version-2.4.3/deployment/deployment-quick.md
index 4bfd50a313..5b4e201794 100644
--- a/versioned_docs/version-2.4.3/deployment/deployment-quick.md
+++ b/versioned_docs/version-2.4.3/deployment/deployment-quick.md
@@ -13,7 +13,7 @@ This article introduces how to quick start the `Apache ShenYu` gateway in the st
 
 ### Start Apache ShenYu Bootstrap
 
-* download `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`
+* download [apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 go to the `bin` directory.