You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2022/09/23 02:12:10 UTC

[rocketmq-site] branch new-official-website-develop updated (4146c663 -> 11993667)

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

yukon pushed a change to branch new-official-website-develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


    from 4146c663 Merge pull request #241 from mxsm/rocketmq-site-223
     new 15436a2c #255 add release notes for rocketmq 5, update default version to 5.0
     new 11993667 #255 fix build error

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 "docs/01-\344\273\213\347\273\215/03whatis.md"     |  6 ++--
 docusaurus.config.js                               | 20 ++++++------
 .../01-\344\273\213\347\273\215/03whatis.md"       |  6 ++--
 src/pages/components/Hero.js                       |  2 +-
 src/pages/download.md                              | 36 ++++++++++++++++++++--
 third-blog/2017-01-24-4.0.0.md                     |  2 +-
 third-blog/2017-12-13-4.2.0.md                     |  2 +-
 third-blog/2018-07-24-4.3.0.md                     |  2 +-
 third-blog/2018-08-29-4.3.1.md                     |  2 +-
 third-blog/2018-11-02-4.3.2.md                     |  2 +-
 third-blog/2019-01-17-4.4.0.md                     |  2 +-
 third-blog/2019-03-29-4.5.0.md                     |  2 +-
 third-blog/2019-05-13-4.5.1.md                     |  2 +-
 third-blog/2019-08-02-4.5.2.md                     |  2 +-
 third-blog/2019-11-25-4.6.0.md                     |  2 +-
 third-blog/2020-03-16-4.7.0.md                     |  2 +-
 third-blog/2020-06-29-4.7.1.md                     |  2 +-
 third-blog/2020-12-21-4.8.0.md                     |  2 +-
 third-blog/2020-2-14-4.6.1.md                      |  2 +-
 third-blog/2021-06-15-4.9.0.md                     |  2 +-
 third-blog/2021-08-22-4.9.1.md                     |  2 +-
 third-blog/2021-10-26-4.9.2.md                     |  2 +-
 third-blog/2022-03-04-4.9.3.md                     |  2 +-
 third-blog/2022-03-04-4.9.4.md                     |  2 +-
 third-blog/2022-03-15-5.0.0-ALPHA.md               |  2 +-
 .../02quickstart.md"                               |  4 +--
 26 files changed, 73 insertions(+), 41 deletions(-)


[rocketmq-site] 01/02: #255 add release notes for rocketmq 5, update default version to 5.0

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch new-official-website-develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git

commit 15436a2c4faccdfcf23d9c8a7890f9c99dddd893
Author: Zhongliang.Chen <ch...@gmail.com>
AuthorDate: Thu Sep 22 20:34:41 2022 +0800

    #255 add release notes for rocketmq 5, update default version to 5.0
---
 docusaurus.config.js                               | 20 ++++++------
 src/pages/components/Hero.js                       |  2 +-
 src/pages/download.md                              | 36 ++++++++++++++++++++--
 .../02quickstart.md"                               |  4 +--
 4 files changed, 47 insertions(+), 15 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 4a27fac9..e2a81841 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -40,15 +40,15 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
             // Please change this to your repo.
             editUrl:
               "https://github.com/apache/rocketmq-site/tree/new-official-website",
-              lastVersion: 'current',
+              lastVersion: '5.0',
               versions: {
                 current: {
                   label: '4.x',
-                  path: '',
+                  path: '/4.x',
+                  banner: 'none'
                 },
                 '5.0': {
-                  label: '5.0',
-                  banner: 'unreleased'
+                  label: '5.0'
                 }
 },
           },
@@ -133,7 +133,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
             },
             {
               from: '/docs/rmq-arc',
-              to: '/docs/介绍/03whatis'
+              to: '/docs/领域模型/01main'
             },
             {
               from: '/docs/motivation/',
@@ -141,7 +141,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
             },
             {
               from: '/docs/quickstart/',
-              to: `/docs/介绍/02quickstart`
+              to: `/docs/快速入门/02quickstart`
             }
           ]
         }
@@ -198,8 +198,8 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
               position: "right",
               items: [
                 // { to: "/info", label: "项目信息" },
-                { to: "/docs/", label: "4.x" },
-                { to: "/docs/5.0/", label: "5.0" },
+                { to: "/docs/", label: "5.0" },
+                { to: "/docs/4.x/", label: "4.x" },
                 
                 // ... more items
               ],
@@ -298,11 +298,11 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
               items: [
                 {
                   label: 'Introduction',
-                  to: '/docs/介绍/03whatis',
+                  to: '/docs/领域模型/01main',
                 },
                 {
                   label: 'Installation',
-                  to: '/docs/介绍/02quickstart',
+                  to: '/docs/快速入门/02quickstart',
                 },
                 {
                   label: 'Migration from 4.x to 5.0',
diff --git a/src/pages/components/Hero.js b/src/pages/components/Hero.js
index 00609ce4..48c4755c 100644
--- a/src/pages/components/Hero.js
+++ b/src/pages/components/Hero.js
@@ -35,7 +35,7 @@ export default function Hero(){
               className={clsx(
                 "button button--outline button--secondary button--lg",styles.button
               )}
-              to={"/docs/介绍/02quickstart"}
+              to={"/docs/快速入门/02quickstart"}
             >
               <Translate id="快速开始">快速开始</Translate>
             </Link>
diff --git a/src/pages/download.md b/src/pages/download.md
index 4306c256..1402935d 100644
--- a/src/pages/download.md
+++ b/src/pages/download.md
@@ -34,11 +34,43 @@
 
 
 
+---
+## RocketMQ gRPC Client Java SDK
+
+| 版本      | 文档                                                         | 发布日期   | Source 下载                                                   | End of Support |
+| --------- | ------------------------------------------------------------ | ---------- | ------------------------------------------------------------ | -------------- |
+| **5.0.1** | [Release Notes](https://github.com/apache/rocketmq-clients/releases/tag/rocketmq-client-java-5.0.1) | 2022.8.29  | [download .zip](https://github.com/apache/rocketmq-clients/archive/refs/tags/rocketmq-client-java-5.0.1.zip) |  |
+| **5.0.0** | [Release Notes](https://github.com/apache/rocketmq-clients/releases/tag/rocketmq-client-java-5.0.0) | 2022.8.01  | [download .zip](https://github.com/apache/rocketmq-clients/archive/refs/tags/rocketmq-client-java-5.0.0.zip) |  |
+
+---
+
+## RocketMQ gRPC Client Cpp SDK
+
+| 版本      | 文档                                                         | 发布日期   | Source 下载                                                   | End of Support |
+| --------- | ------------------------------------------------------------ | ---------- | ------------------------------------------------------------ | -------------- |
+| **5.0.0** | [Release Notes](https://github.com/apache/rocketmq-clients/releases/tag/cpp-5.0.0) | 2022.9.22  | [download .zip](https://github.com/apache/rocketmq-clients/archive/refs/tags/cpp-5.0.0.zip) |  |
+
+---
+
+## RocketMQ gRPC Client Go SDK
+
+| 版本      | 文档                                                         | 发布日期   | Source 下载                                                   | End of Support |
+| --------- | ------------------------------------------------------------ | ---------- | ------------------------------------------------------------ | -------------- |
+| **5.0.0** | [Release Notes](https://github.com/apache/rocketmq-clients/releases/tag/rocketmq-client-golang-5.0.0) | 2022.9.22  | [download .zip](https://github.com/apache/rocketmq-clients/archive/refs/tags/rocketmq-client-golang-5.0.0.zip) |  |
+
+---
+
+## RocketMQ gRPC Client C# SDK
+
+| 版本      | 文档                                                         | 发布日期   | Source 下载                                                   | End of Support |
+| --------- | ------------------------------------------------------------ | ---------- | ------------------------------------------------------------ | -------------- |
+| **5.0.0** | [Release Notes](https://github.com/apache/rocketmq-clients/releases/tag/rocketmq-client-csharp-5.0.0) | 2022.9.22  | [download .zip](https://github.com/apache/rocketmq-clients/archive/refs/tags/rocketmq-client-csharp-5.0.0.zip) |  |
+
 ---
 
 
 
-## RocketMQ Client Go
+## RocketMQ Remoting Client Go SDK
 
 | 版本      | 文档                                                         | 发布日期   | Source 下载                                                  | Binary 下载 | End of Support |
 | --------- | ------------------------------------------------------------ | ---------- | ------------------------------------------------------------ | ----------- | -------------- |
@@ -50,7 +82,7 @@
 
 ---
 
-## RocketMQ Client CPP
+## RocketMQ Remoting Client CPP SDK
 
 | 版本      | 文档                                                         | 发布日期  | Source 下载                                                  | Binary 下载                                                  | End of Support |
 | --------- | ------------------------------------------------------------ | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------------- |
diff --git "a/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md" "b/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md"
index 16044be0..a1649673 100644
--- "a/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md"
+++ "b/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md"
@@ -13,13 +13,13 @@
 
 :::tip RocketMQ下载
 
-RocketMQ 的安装包分为两种,二进制包和源码包。 点击[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip) 下载 Apache RocketMQ 4.9.4的源码包。你也可以从[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip) 下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的,
+RocketMQ 的安装包分为两种,二进制包和源码包。 点击[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip) 下载 Apache RocketMQ 5.0.0的源码包。你也可以从[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip) 下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的,
 
 :::
 
 这里以在Linux环境下利用社区5.0.0的源码包为例,介绍RocketMQ安装过程。
 
-解压4.9.4的源码包并编译构建二进制可执行文件
+解压5.0.0的源码包并编译构建二进制可执行文件
 
 ```shell
 $ unzip rocketmq-all-5.0.0-source-release.zip


[rocketmq-site] 02/02: #255 fix build error

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch new-official-website-develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git

commit 11993667de01f245d2bcef5a4ff658b6fc61029e
Author: Zhongliang.Chen <ch...@gmail.com>
AuthorDate: Thu Sep 22 21:37:10 2022 +0800

    #255 fix build error
---
 "docs/01-\344\273\213\347\273\215/03whatis.md"                      | 6 +++---
 .../current/01-\344\273\213\347\273\215/03whatis.md"                | 6 +++---
 third-blog/2017-01-24-4.0.0.md                                      | 2 +-
 third-blog/2017-12-13-4.2.0.md                                      | 2 +-
 third-blog/2018-07-24-4.3.0.md                                      | 2 +-
 third-blog/2018-08-29-4.3.1.md                                      | 2 +-
 third-blog/2018-11-02-4.3.2.md                                      | 2 +-
 third-blog/2019-01-17-4.4.0.md                                      | 2 +-
 third-blog/2019-03-29-4.5.0.md                                      | 2 +-
 third-blog/2019-05-13-4.5.1.md                                      | 2 +-
 third-blog/2019-08-02-4.5.2.md                                      | 2 +-
 third-blog/2019-11-25-4.6.0.md                                      | 2 +-
 third-blog/2020-03-16-4.7.0.md                                      | 2 +-
 third-blog/2020-06-29-4.7.1.md                                      | 2 +-
 third-blog/2020-12-21-4.8.0.md                                      | 2 +-
 third-blog/2020-2-14-4.6.1.md                                       | 2 +-
 third-blog/2021-06-15-4.9.0.md                                      | 2 +-
 third-blog/2021-08-22-4.9.1.md                                      | 2 +-
 third-blog/2021-10-26-4.9.2.md                                      | 2 +-
 third-blog/2022-03-04-4.9.3.md                                      | 2 +-
 third-blog/2022-03-04-4.9.4.md                                      | 2 +-
 third-blog/2022-03-15-5.0.0-ALPHA.md                                | 2 +-
 22 files changed, 26 insertions(+), 26 deletions(-)

diff --git "a/docs/01-\344\273\213\347\273\215/03whatis.md" "b/docs/01-\344\273\213\347\273\215/03whatis.md"
index 1ea9b380..1fd7dcdf 100644
--- "a/docs/01-\344\273\213\347\273\215/03whatis.md"
+++ "b/docs/01-\344\273\213\347\273\215/03whatis.md"
@@ -14,18 +14,18 @@ import TabItem from '@theme/TabItem';
   <TabItem value="生产者" label="生产者" default>
    负责生产消息,一般由业务系统负责生产消息。一个消息生产者会把业务应用系统里产生的消息发送到broker服务器。RocketMQ提供多种发送方式,同步发送、异步发送、顺序发送、单向发送。
 
-更多详见  ➡️ [生产者](/docs/生产者/04concept1)
+更多详见  ➡️ [生产者](../02-生产者/04concept1.md)
   </TabItem>
   <TabItem value="消费者" label="消费者">
  负责消费消息,一般是后台系统负责异步消费。一个消息消费者会从Broker服务器拉取消息、并将其提供给应用程序。从用户应用的角度而言提供了两种消费形式:拉取式消费、推动式消费。
 
-更多详见  ➡️ [消费者](/docs/消费者/11concept2)
+更多详见  ➡️ [消费者](../03-消费者/11concept2.md)
 
   </TabItem>
   <TabItem value="消息主题" label="主题">
   表示一类消息的集合,每个主题包含若干条消息,每条消息只能属于一个主题,是RocketMQ进行消息订阅的基本单位。
 
-更多详见  ➡️ [基本概念](/docs/生产者/04concept1)
+更多详见  ➡️ [基本概念](../02-生产者/04concept1.md)
 
   </TabItem>
 </Tabs>
diff --git "a/i18n/en/docusaurus-plugin-content-docs/current/01-\344\273\213\347\273\215/03whatis.md" "b/i18n/en/docusaurus-plugin-content-docs/current/01-\344\273\213\347\273\215/03whatis.md"
index dbf58fe4..fa6f99af 100644
--- "a/i18n/en/docusaurus-plugin-content-docs/current/01-\344\273\213\347\273\215/03whatis.md"
+++ "b/i18n/en/docusaurus-plugin-content-docs/current/01-\344\273\213\347\273\215/03whatis.md"
@@ -17,18 +17,18 @@ import TabItem from '@theme/TabItem';
   <TabItem value="Producer" label="生产者" default>
    The producer is responsible for producing messages, and the business system is generally responsible for producing messages. A producer sends messages generated in the business application system to the broker server.RocketMQ provides a variety of sending methods, synchronous sending, asynchronous sending, sequential sending, and one-way sending.
 
-learn more  ➡️ [Producer](/docs/生产者/04concept1)
+learn more  ➡️ [Producer](../02-生产者/04concept1.md)
   </TabItem>
   <TabItem value="Consumer" label="消费者">
    Aims to consume messages, which are generally responsible by the backend system (asynchronous consumption). A message consumer pulls messages from the Broker server and serves them to the application. From the perspective of user applications, two consumption methods are provided: pull consumption and push consumption.
 
-learn more  ➡️ [Consumer](/docs/消费者/11concept2)
+learn more  ➡️ [Consumer](../03-消费者/11concept2.md)
 
   </TabItem>
   <TabItem value="Topic" label="主题">
   RocketMQ's fundamental unit of event organization is called Topic. Each Topic contains several messages, and each message can only belong to one topic.
 
-learn more  ➡️ [basic concept](/docs/生产者/04concept1)
+learn more  ➡️ [basic concept](../02-生产者/04concept1.md)
 
   </TabItem>
 </Tabs>
diff --git a/third-blog/2017-01-24-4.0.0.md b/third-blog/2017-01-24-4.0.0.md
index 4c98afe0..f2c5b87a 100644
--- a/third-blog/2017-01-24-4.0.0.md
+++ b/third-blog/2017-01-24-4.0.0.md
@@ -13,7 +13,7 @@ tags:
 * Binary: [rocketmq-all-4.0.0-incubating-bin-release.zip](https://archive.apache.org/dist/rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-bin-release.zip) [[PGP](https://archive.apache.org/dist/rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-bin-release.zip.asc)] [[MD5](https://archive.apache.org/dist/rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-bin-release.zip.md5)] [[SHA1](https://archive.apache.org/dist/rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating [...]
 :::
 <!--truncate-->
-Below is a summary of the JIRA issues addressed in the 4.0.0-incubating release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the JIRA issues addressed in the 4.0.0-incubating release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 <h2> Bug
 </h2>
diff --git a/third-blog/2017-12-13-4.2.0.md b/third-blog/2017-12-13-4.2.0.md
index 2afe3337..8cab88fa 100644
--- a/third-blog/2017-12-13-4.2.0.md
+++ b/third-blog/2017-12-13-4.2.0.md
@@ -14,7 +14,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the JIRA issues addressed in the 4.2.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the JIRA issues addressed in the 4.2.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 ## New Feature
 
diff --git a/third-blog/2018-07-24-4.3.0.md b/third-blog/2018-07-24-4.3.0.md
index 846c9b70..0390eda6 100644
--- a/third-blog/2018-07-24-4.3.0.md
+++ b/third-blog/2018-07-24-4.3.0.md
@@ -13,7 +13,7 @@ tags:
 * Binary: [rocketmq-all-4.3.0-bin-release.zip](https://archive.apache.org/dist/rocketmq/4.3.0/rocketmq-all-4.3.0-bin-release.zip) [[PGP](https://archive.apache.org/dist/rocketmq/4.3.0/rocketmq-all-4.3.0-bin-release.zip.asc)] [[MD5](https://archive.apache.org/dist/rocketmq/4.3.0/rocketmq-all-4.3.0-bin-release.zip.md5)] [[SHA1](https://archive.apache.org/dist/rocketmq/4.3.0/rocketmq-all-4.3.0-bin-release.zip.sha1)]
 :::
 <!--truncate-->
-Below is a summary of the JIRA issues addressed in the 4.3.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the JIRA issues addressed in the 4.3.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 ## New Feature
 
diff --git a/third-blog/2018-08-29-4.3.1.md b/third-blog/2018-08-29-4.3.1.md
index 19e87dca..dbda6a92 100644
--- a/third-blog/2018-08-29-4.3.1.md
+++ b/third-blog/2018-08-29-4.3.1.md
@@ -14,7 +14,7 @@ tags:
 * Binary: [rocketmq-all-4.3.1-bin-release.zip](https://archive.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip) [[PGP](https://archive.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip.asc)] [[MD5](https://archive.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip.md5)] [[SHA1](https://archive.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip.sha1)]
 :::
 <!--truncate-->
-Below is a summary of the issues addressed in the 4.3.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.3.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 ## Improvement
diff --git a/third-blog/2018-11-02-4.3.2.md b/third-blog/2018-11-02-4.3.2.md
index fb94256f..d6b0661c 100644
--- a/third-blog/2018-11-02-4.3.2.md
+++ b/third-blog/2018-11-02-4.3.2.md
@@ -15,7 +15,7 @@ tags:
 <!--truncate-->
 
 
-Below is a summary of the issues addressed in the 4.3.2 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.3.2 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 ## Improvement
 <ul>
diff --git a/third-blog/2019-01-17-4.4.0.md b/third-blog/2019-01-17-4.4.0.md
index a77562ad..1ec8d13c 100644
--- a/third-blog/2019-01-17-4.4.0.md
+++ b/third-blog/2019-01-17-4.4.0.md
@@ -15,7 +15,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 4.4.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.4.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 ## New Feature
diff --git a/third-blog/2019-03-29-4.5.0.md b/third-blog/2019-03-29-4.5.0.md
index 510c1275..af07e0e4 100644
--- a/third-blog/2019-03-29-4.5.0.md
+++ b/third-blog/2019-03-29-4.5.0.md
@@ -15,7 +15,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 4.5.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.5.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 ## New Feature
diff --git a/third-blog/2019-05-13-4.5.1.md b/third-blog/2019-05-13-4.5.1.md
index 574e2870..ea9822a6 100644
--- a/third-blog/2019-05-13-4.5.1.md
+++ b/third-blog/2019-05-13-4.5.1.md
@@ -15,7 +15,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 4.5.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.5.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 ## New Feature
 <ul>
diff --git a/third-blog/2019-08-02-4.5.2.md b/third-blog/2019-08-02-4.5.2.md
index bee42eb2..efbb3a27 100644
--- a/third-blog/2019-08-02-4.5.2.md
+++ b/third-blog/2019-08-02-4.5.2.md
@@ -17,7 +17,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 4.5.2 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.5.2 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 ## Improvement
diff --git a/third-blog/2019-11-25-4.6.0.md b/third-blog/2019-11-25-4.6.0.md
index e9cfd84d..d13615a4 100644
--- a/third-blog/2019-11-25-4.6.0.md
+++ b/third-blog/2019-11-25-4.6.0.md
@@ -16,7 +16,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 4.6.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.6.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 
diff --git a/third-blog/2020-03-16-4.7.0.md b/third-blog/2020-03-16-4.7.0.md
index 18b0c0fb..ced9e861 100644
--- a/third-blog/2020-03-16-4.7.0.md
+++ b/third-blog/2020-03-16-4.7.0.md
@@ -16,7 +16,7 @@ tags:
 <!--truncate-->
 
 
-Below is a summary of the issues addressed in the 4.7.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.7.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 ## New Feature
diff --git a/third-blog/2020-06-29-4.7.1.md b/third-blog/2020-06-29-4.7.1.md
index de19658a..b146796c 100644
--- a/third-blog/2020-06-29-4.7.1.md
+++ b/third-blog/2020-06-29-4.7.1.md
@@ -15,7 +15,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 4.7.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.7.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 
diff --git a/third-blog/2020-12-21-4.8.0.md b/third-blog/2020-12-21-4.8.0.md
index a13f1291..6d0d6047 100644
--- a/third-blog/2020-12-21-4.8.0.md
+++ b/third-blog/2020-12-21-4.8.0.md
@@ -14,7 +14,7 @@ tags:
 * Binary: [rocketmq-all-4.8.0-bin-release.zip](https://archive.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip.sha512)]
 :::
 <!--truncate-->
-Below is a summary of the issues addressed in the 4.8.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.8.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 ## Feature
diff --git a/third-blog/2020-2-14-4.6.1.md b/third-blog/2020-2-14-4.6.1.md
index 2e4f700c..f4897e74 100644
--- a/third-blog/2020-2-14-4.6.1.md
+++ b/third-blog/2020-2-14-4.6.1.md
@@ -15,7 +15,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 4.6.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.6.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 ## Improvement
diff --git a/third-blog/2021-06-15-4.9.0.md b/third-blog/2021-06-15-4.9.0.md
index ea716c63..c029659f 100644
--- a/third-blog/2021-06-15-4.9.0.md
+++ b/third-blog/2021-06-15-4.9.0.md
@@ -15,7 +15,7 @@ tags:
 <!--truncate-->
 
 
-Below is a summary of the issues addressed in the 4.9.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.9.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 ## Feature
 <ul>
diff --git a/third-blog/2021-08-22-4.9.1.md b/third-blog/2021-08-22-4.9.1.md
index 9d3a1f10..f6f44919 100644
--- a/third-blog/2021-08-22-4.9.1.md
+++ b/third-blog/2021-08-22-4.9.1.md
@@ -14,7 +14,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 4.9.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.9.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 ## Improvement
diff --git a/third-blog/2021-10-26-4.9.2.md b/third-blog/2021-10-26-4.9.2.md
index 10423a2d..063e611a 100644
--- a/third-blog/2021-10-26-4.9.2.md
+++ b/third-blog/2021-10-26-4.9.2.md
@@ -15,7 +15,7 @@ tags:
 * Binary: [rocketmq-all-4.9.2-bin-release.zip](https://archive.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip.sha512)]
 :::
 <!--truncate-->
-Below is a summary of the issues addressed in the 4.9.2 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.9.2 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 
 ## Feature
diff --git a/third-blog/2022-03-04-4.9.3.md b/third-blog/2022-03-04-4.9.3.md
index 27dcb220..d60d40be 100644
--- a/third-blog/2022-03-04-4.9.3.md
+++ b/third-blog/2022-03-04-4.9.3.md
@@ -17,7 +17,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 4.9.3 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.9.3 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 ## Feature
 <ul>
diff --git a/third-blog/2022-03-04-4.9.4.md b/third-blog/2022-03-04-4.9.4.md
index c999ae99..03961356 100644
--- a/third-blog/2022-03-04-4.9.4.md
+++ b/third-blog/2022-03-04-4.9.4.md
@@ -14,7 +14,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 4.9.4 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart/'>Quick Start</a>.
+Below is a summary of the issues addressed in the 4.9.4 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart/'>Quick Start</a>.
 
 ## Improvement
 
diff --git a/third-blog/2022-03-15-5.0.0-ALPHA.md b/third-blog/2022-03-15-5.0.0-ALPHA.md
index e8e142e6..f191d5ac 100644
--- a/third-blog/2022-03-15-5.0.0-ALPHA.md
+++ b/third-blog/2022-03-15-5.0.0-ALPHA.md
@@ -13,7 +13,7 @@ tags:
 :::
 <!--truncate-->
 
-Below is a summary of the issues addressed in the 5.0.0-ALPHA release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/介绍/02quickstart//'>Quick Start</a>.
+Below is a summary of the issues addressed in the 5.0.0-ALPHA release of RocketMQ. For full documentation of the release, a guide to get started, please refer to <a href='/docs/快速入门/02quickstart//'>Quick Start</a>.
 
 
 ## Feature