You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2021/10/21 08:41:31 UTC

[rocketmq-client-cpp] branch main updated: Update README.md

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3b3ef00  Update README.md
3b3ef00 is described below

commit 3b3ef00ef23c1ed9253f363a92db05f8e7e46558
Author: Zhanhui Li <li...@apache.org>
AuthorDate: Thu Oct 21 16:41:26 2021 +0800

    Update README.md
    
    Fix badge url
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 93c2bfc..7ce2438 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![CI](https://github.com/lizhanhui/rocketmq-client-cpp/actions/workflows/main.yml/badge.svg)](https://github.com/lizhanhui/rocketmq-client-cpp/actions/workflows/main.yml)
+[![CI](https://github.com/apache/rocketmq-client-cpp/actions/workflows/main.yml/badge.svg)](https://github.com/lizhanhui/rocketmq-client-cpp/actions/workflows/main.yml)
 ### Introduction
 Apache RocketMQ supports two styles of APIs to acknowledge messages once they are successfully processed.
 
@@ -89,4 +89,4 @@ if "com_google_googletest" not in native.existing_rules():
 
 2. CLion + Bazel Plugin
    
-   Bazel also has a plugin for CLion.
\ No newline at end of file
+   Bazel also has a plugin for CLion.