You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by hu...@apache.org on 2022/03/29 04:32:01 UTC

[rocketmq-mqtt] 33/43: for link

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

huzongtang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git

commit 4f8cf6ebe1ceeab5ace3cc3c28f0fdc76b6a99cf
Author: tianliuliu <64...@qq.com>
AuthorDate: Mon Mar 14 17:45:03 2022 +0800

    for link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1233e6c..5b0c242 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ A new MQTT protocol architecture model, based on which RocketMQ can better suppo
 
 ## Architecture
 The relevant architecture design is introduced in [RIP-33](https://docs.google.com/document/d/1AD1GkV9mqE_YFA97uVem4SmB8ZJSXiJZvzt7-K6Jons/edit#).
-The queue model of MQTT needs to be based on the light message queue, For the design of the specific light message queue, please refer to the [RIP-28(LMQ)-wiki](https://github.com/apache/rocketmq/wiki/RIP-28-Light-message-queue-(LMQ\)) of [RocketMQ](https://github.com/apache/rocketmq).
+The queue model of MQTT needs to be based on the light message queue, For the design of the specific light message queue, please refer to the [RIP-28(LMQ)-wiki](https://github.com/apache/rocketmq/wiki/RIP-28-Light-message-queue-%28LMQ%29) of [RocketMQ](https://github.com/apache/rocketmq).
 
 ## Get Started