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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 62556b1  doc(4.6.0) update version to 4.6.0 on quick start
62556b1 is described below

commit 62556b10730061101124f18c193ccf9c2264a156
Author: ShannonDing <[email protected]>
AuthorDate: Mon Dec 9 10:07:05 2019 +0800

    doc(4.6.0) update version to 4.6.0 on quick start
---
 _docs/01-quick-start-guide.md | 10 +++++-----
 _docs/08-release-manual.md    |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md
index 1e9807c..8d49324 100644
--- a/_docs/01-quick-start-guide.md
+++ b/_docs/01-quick-start-guide.md
@@ -2,7 +2,7 @@
 title: "Quick Start"
 permalink: /docs/quick-start/
 excerpt: "How to quickly install and setup Apache RocketMQ."
-modified: 2016-12-29T15:01:43-04:00
+modified: 2019-12-09T15:01:43-04:00
 ---
 
 This quick start guide is a detailed instruction of setting up RocketMQ 
messaging system on your local machine to send 
@@ -21,13 +21,13 @@ and receive messages.
 
 # Download & Build from Release
 
-Click 
[here](https://archive.apache.org/dist/rocketmq/4.4.0/rocketmq-all-4.4.0-source-release.zip)
 to download the 4.4.0 source release. Also you could download a binary release 
from [here](http://rocketmq.apache.org/release_notes/release-notes-4.4.0/).
+Click 
[here](https://archive.apache.org/dist/rocketmq/4.6.0/rocketmq-all-4.6.0-source-release.zip)
 to download the 4.6.0 source release. Also you could download a binary release 
from [here](http://rocketmq.apache.org/release_notes/release-notes-4.6.0/).
 
-Now execute the following commands to unpack 4.4.0 source release and build 
the binary artifact.
+Now execute the following commands to unpack 4.6.0 source release and build 
the binary artifact.
 
 ```shell
-  > unzip rocketmq-all-4.4.0-source-release.zip
-  > cd rocketmq-all-4.4.0/
+  > unzip rocketmq-all-4.6.0-source-release.zip
+  > cd rocketmq-all-4.6.0/
   > mvn -Prelease-all -DskipTests clean install -U
   > cd distribution/target/apache-rocketmq
 ```
diff --git a/_docs/08-release-manual.md b/_docs/08-release-manual.md
index 1f45f27..f135038 100644
--- a/_docs/08-release-manual.md
+++ b/_docs/08-release-manual.md
@@ -73,7 +73,7 @@ Cleanup JIRA issues or Github Issues related to this release 
version, and check
 Also, remember to check the current version of MQVersion, which should be 
equal to this released version.
 
 #### 1.5 Publish the Release Notes
-Generate the release notes via [RocketMQ 
JIRA](https://issues.apache.org/jira/browse/ROCKETMQ/) and publish it to the 
[rocketmq-site](https://github.com/apache/rocketmq-site), there is a [release 
notes](https://rocketmq.apache.org/release_notes/release-notes-4.4.0/) 
available for reference, include the link to the release notes in the voting 
emails.
+Generate the release notes via [RocketMQ 
JIRA](https://issues.apache.org/jira/browse/ROCKETMQ/) and publish it to the 
[rocketmq-site](https://github.com/apache/rocketmq-site), there is a [release 
notes](https://rocketmq.apache.org/release_notes/release-notes-4.6.0/) 
available for reference, include the link to the release notes in the voting 
emails.
 
 
 ## 2.Build the Source Release Candidate

Reply via email to