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/03/22 03:14:45 UTC

[rocketmq-streams] branch main updated: Add the RocketMQ word Hyperlink in readme file (#138)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new da88573  Add the RocketMQ word Hyperlink in readme file (#138)
da88573 is described below

commit da885733dce92c6dded190d8eed8238dcdac743c
Author: tianliuliu <64...@qq.com>
AuthorDate: Tue Mar 22 11:14:41 2022 +0800

    Add the RocketMQ word Hyperlink in readme file (#138)
---
 README-chinese.md | 2 +-
 README.md         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README-chinese.md b/README-chinese.md
index 59719c5..a617023 100644
--- a/README-chinese.md
+++ b/README-chinese.md
@@ -7,7 +7,7 @@
 # Features
 
 * 轻量级部署:可以单独部署,也支持集群部署
-* 多种类型的数据输入以及输出,source 支持 rocketmq , sink 支持db, rocketmq 等
+* 多种类型的数据输入以及输出,source 支持 [RocketMQ](https://github.com/apache/rocketmq) , sink 支持db, rocketmq 等
 
 # Architecture
 - [整体架构](docs/design/1.RocketMQ-streams整体架构.md): 介绍RocketMQ-streams总体构成;
diff --git a/README.md b/README.md
index 52cf6ca..0e0280b 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
 ## Features
 
 * Lightweight deployment: RocketMQ Streams can be deployed separately or in cluster mode.
-* Various types of data input and output: source supports RocketMQ while sink supports databases and RocketMQ, etc.
+* Various types of data input and output: source supports [RocketMQ](https://github.com/apache/rocketmq) while sink supports databases and RocketMQ, etc.
 
 ## DataStream Example