This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git
The following commit(s) were added to refs/heads/master by this push:
new e8e43cc fix(Readme): use master svg in ci build result
e8e43cc is described below
commit e8e43cc36cca4d411b2751f531e5527700a717b2
Author: dinglei <[email protected]>
AuthorDate: Mon Nov 4 15:23:24 2019 +0800
fix(Readme): use master svg in ci build result
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f52295c..3b1c67b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## RocketMQ Client Python
[](https://www.apache.org/licenses/LICENSE-2.0.html)
-[](https://travis-ci.org/apache/rocketmq-client-python)
+[](https://travis-ci.org/apache/rocketmq-client-python)
* RocketMQ Python client is developed on top of
[rocketmq-client-cpp](https://github.com/apache/rocketmq-client-cpp), which has
been proven robust and widely adopted within Alibaba Group by many business
units for more than three years.
----------