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

[rocketmq-site] branch master updated: fix(release note): fix wrong issue number for 4.8.0 release note

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

jinrongtong 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 d040bf6  fix(release note): fix wrong issue number for 4.8.0 release note
d040bf6 is described below

commit d040bf6c3ac0fe05af2a051447cc16112c901bc3
Author: RongtongJin <79...@qq.com>
AuthorDate: Mon Dec 21 18:09:24 2020 +0800

    fix(release note): fix wrong issue number for 4.8.0 release note
---
 _posts/2020-12-07-release-notes-4.8.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2020-12-07-release-notes-4.8.0.md b/_posts/2020-12-07-release-notes-4.8.0.md
index 9a762c8..00089a4 100644
--- a/_posts/2020-12-07-release-notes-4.8.0.md
+++ b/_posts/2020-12-07-release-notes-4.8.0.md
@@ -80,7 +80,7 @@ Below is a summary of the issues addressed in the 4.8.0 release of RocketMQ. For
 
 ## Bug
 <ul>
-<li>[<a href='https://github.com/apache/rocketmq/issues/1437'>ISSUE-1437</a>] -  Fix wrong trace message's clientHost.
+<li>[<a href='https://github.com/apache/rocketmq/issues/1473'>ISSUE-1473</a>] -  Fix wrong trace message's clientHost.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq/issues/1576'>ISSUE-1576</a>] -  Fix wrong logic in selectMessageQueue.
 </li>