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/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a389a6eda 修正错误的版本号 (#962)
0a389a6eda is described below

commit 0a389a6edabd827c47723aed183ef4dc47de3b07
Author: Kerwin Bryant <[email protected]>
AuthorDate: Fri Aug 18 11:34:17 2023 +0800

    修正错误的版本号 (#962)
---
 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.6.0/deployment/deployment-cluster.md                    | 4 ++--
 .../version-2.6.0/deployment/deployment-package.md                    | 4 ++--
 .../version-2.6.0/deployment/deployment-quick.md                      | 2 +-
 versioned_docs/version-2.6.0/deployment/deployment-package.md         | 4 ++--
 versioned_docs/version-2.6.0/deployment/deployment-quick.md           | 2 +-
 10 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/docs/deployment/deployment-package.md 
b/docs/deployment/deployment-package.md
index 4070111a20..a1992ffcc3 100644
--- a/docs/deployment/deployment-package.md
+++ b/docs/deployment/deployment-package.md
@@ -11,7 +11,7 @@ This article introduces the deployment of the `Apache ShenYu` 
gateway using the
 
 ### Start Apache ShenYu Admin
 
-* download 
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz)
+* download 
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-admin-bin.tar.gz)
 
 * unzip `apache-shenyu-${current.version}-admin-bin.tar.gz`。 go to the `bin` 
directory.
 
@@ -67,7 +67,7 @@ This article introduces the deployment of the `Apache ShenYu` 
gateway using the
 
 ### Start Apache ShenYu Bootstrap
 
-* download 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
+* download 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-${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 f9ba63a0f9..81a5a267a2 100644
--- a/docs/deployment/deployment-quick.md
+++ b/docs/deployment/deployment-quick.md
@@ -15,7 +15,7 @@ This article introduces how to quickly start the `Apache 
ShenYu` gateway in the
 
 ### Start Apache ShenYu Bootstrap
 
-* download 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
+* download 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-${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 2d32c91562..be9faf35bd 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
@@ -19,7 +19,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Admin
 
-* 
在你的网关管理端服务器下载并解压[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-incubating-2.5.1-admin-bin.tar.gz)
 。
+* 
在你的网关管理端服务器下载并解压[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-incubating-2.6.0-admin-bin.tar.gz)
 。
 
 * 
配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, 
`pg` or `h2`。
 
@@ -35,7 +35,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Boostrap
 
-* 
在你的网关启动器服务器下载并解压[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-incubating-2.5.1-bootstrap-bin.tar.gz)
 。
+* 
在你的网关启动器服务器下载并解压[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-incubating-2.6.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/current/deployment/deployment-package.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-package.md
index c42a37191c..960037442a 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
@@ -12,7 +12,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Admin
 
-* 下载 
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz)
+* 下载 
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-admin-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-${current.version}-admin-bin.tar.gz`。 进入 `bin` 目录。
 
@@ -68,7 +68,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 
[`apache-shenyu-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
+* 下载 
[`apache-shenyu-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-${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 9cb41604b4..29f40c42d6 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
@@ -15,7 +15,7 @@ description: 单机快速部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
+* 下载 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-cluster.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-cluster.md
index 2d32c91562..be9faf35bd 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-cluster.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-cluster.md
@@ -19,7 +19,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Admin
 
-* 
在你的网关管理端服务器下载并解压[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-incubating-2.5.1-admin-bin.tar.gz)
 。
+* 
在你的网关管理端服务器下载并解压[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-incubating-2.6.0-admin-bin.tar.gz)
 。
 
 * 
配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, 
`pg` or `h2`。
 
@@ -35,7 +35,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Boostrap
 
-* 
在你的网关启动器服务器下载并解压[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-incubating-2.5.1-bootstrap-bin.tar.gz)
 。
+* 
在你的网关启动器服务器下载并解压[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-incubating-2.6.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.6.0/deployment/deployment-package.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-package.md
index c42a37191c..960037442a 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-package.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-package.md
@@ -12,7 +12,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Admin
 
-* 下载 
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz)
+* 下载 
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-admin-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-${current.version}-admin-bin.tar.gz`。 进入 `bin` 目录。
 
@@ -68,7 +68,7 @@ description: 二进制包部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 
[`apache-shenyu-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
+* 下载 
[`apache-shenyu-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-quick.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-quick.md
index 9cb41604b4..29f40c42d6 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-quick.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.0/deployment/deployment-quick.md
@@ -15,7 +15,7 @@ description: 单机快速部署
 
 ### 启动 Apache ShenYu Bootstrap
 
-* 下载 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
+* 下载 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-bootstrap-bin.tar.gz)
 
 * 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
 
diff --git a/versioned_docs/version-2.6.0/deployment/deployment-package.md 
b/versioned_docs/version-2.6.0/deployment/deployment-package.md
index 4070111a20..a1992ffcc3 100644
--- a/versioned_docs/version-2.6.0/deployment/deployment-package.md
+++ b/versioned_docs/version-2.6.0/deployment/deployment-package.md
@@ -11,7 +11,7 @@ This article introduces the deployment of the `Apache ShenYu` 
gateway using the
 
 ### Start Apache ShenYu Admin
 
-* download 
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz)
+* download 
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-admin-bin.tar.gz)
 
 * unzip `apache-shenyu-${current.version}-admin-bin.tar.gz`。 go to the `bin` 
directory.
 
@@ -67,7 +67,7 @@ This article introduces the deployment of the `Apache ShenYu` 
gateway using the
 
 ### Start Apache ShenYu Bootstrap
 
-* download 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
+* download 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 go to the 
`bin` directory.
 
diff --git a/versioned_docs/version-2.6.0/deployment/deployment-quick.md 
b/versioned_docs/version-2.6.0/deployment/deployment-quick.md
index f9ba63a0f9..81a5a267a2 100644
--- a/versioned_docs/version-2.6.0/deployment/deployment-quick.md
+++ b/versioned_docs/version-2.6.0/deployment/deployment-quick.md
@@ -15,7 +15,7 @@ This article introduces how to quickly start the `Apache 
ShenYu` gateway in the
 
 ### Start Apache ShenYu Bootstrap
 
-* download 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
+* download 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-bootstrap-bin.tar.gz)
 
 * unzip `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 go to the 
`bin` directory.
 

Reply via email to