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 2022/12/19 03:54:07 UTC

[rocketmq] branch develop updated: [ISSUE #5732] StaticTopic link not found in cn README.md (#5733)

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

jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 04faaa98e [ISSUE #5732] StaticTopic link not found in cn README.md (#5733)
04faaa98e is described below

commit 04faaa98ebece39ba0e67da21fd01e941e9d0a27
Author: mxsm <lj...@gmail.com>
AuthorDate: Mon Dec 19 11:53:58 2022 +0800

    [ISSUE #5732] StaticTopic link not found in cn README.md (#5733)
---
 docs/cn/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/README.md b/docs/cn/README.md
index 9ba71eb0e..0183c3277 100644
--- a/docs/cn/README.md
+++ b/docs/cn/README.md
@@ -34,7 +34,7 @@
 ### 6. RocketMQ 5.0 新特性
 
 - [POP消费](https://github.com/apache/rocketmq/wiki/%5BRIP-19%5D-Server-side-rebalance,--lightweight-consumer-client-support)
-- [StaticTopic](RocketMQ_Static_Topic_Logic_Queue_设计.md)
+- [StaticTopic](statictopic/RocketMQ_Static_Topic_Logic_Queue_设计.md)
 - [BatchConsumeQueue](https://github.com/apache/rocketmq/wiki/RIP-26-Improve-Batch-Message-Processing-Throughput)
 - [自动主从切换](controller/design.md)
 - [BrokerContainer](BrokerContainer.md)