You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by do...@apache.org on 2018/08/01 07:12:01 UTC

[rocketmq-site] branch master updated: Fix

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

dongeforever 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 53a6aa1  Fix
53a6aa1 is described below

commit 53a6aa1312160e9cfac764a844d8ba333c395860
Author: zander <zh...@alibaba-inc.com>
AuthorDate: Wed Aug 1 15:11:52 2018 +0800

    Fix
---
 _docs/08-release-manual.md               | 2 +-
 _posts/2018-07-24-release-notes-4.3.0.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_docs/08-release-manual.md b/_docs/08-release-manual.md
index b24500e..0c3d60b 100644
--- a/_docs/08-release-manual.md
+++ b/_docs/08-release-manual.md
@@ -241,7 +241,7 @@ Once the Apache RocketMQ PPMC votes pass, publish the release artifacts to the N
 2. Publish the Artifacts to the Apache Release Repository, use svn copy candidate release artifacts to https://dist.apache.org/repos/dist/release/rocketmq/${release-version}
 
 ## 8. Announce the Release
-Send an email to **announce@apache.org**, and **dev@rocketmq.apache.org** with the subject **[ANNOUNCE] Release Apache RocketMQ \<release-version\>** and a body along the lines of:
+Send an email to **announce@apache.org**, **users@rocketmq.apache.org**, **private@rocketmq.apache.org**, and **dev@rocketmq.apache.org** with the subject **[ANNOUNCE] Release Apache RocketMQ \<release-version\>** and a body along the lines of:
 
 > Hi all,
 >
diff --git a/_posts/2018-07-24-release-notes-4.3.0.md b/_posts/2018-07-24-release-notes-4.3.0.md
index 26822da..921bff9 100644
--- a/_posts/2018-07-24-release-notes-4.3.0.md
+++ b/_posts/2018-07-24-release-notes-4.3.0.md
@@ -55,7 +55,7 @@ Below is a summary of the JIRA issues addressed in the 4.3.0 release of RocketMQ
 ## Bug
 
 <ul>
-<li>[<a href='https://github.com/apache/rocketmq/issu/66'>ISSUE-66</a>] -   Fix the issue that message body compressed multi times when resending a message.
+<li>[<a href='https://github.com/apache/rocketmq/issues/66'>ISSUE-66</a>] -   Fix the issue that message body compressed multi times when resending a message.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/260'>ISSUE-260</a>] -   Fix the concurrency issue in StoreStatsService, to yield more accurate statistics.
 </li>