This is an automated email from the ASF dual-hosted git repository.
dongeforever 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 1652147 Update README.md
1652147 is described below
commit 1652147ddecc0964f9b90f0ba566fcce99fc3f3c
Author: Zhendong Liu <[email protected]>
AuthorDate: Fri Nov 2 18:03:04 2018 +0800
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index deed114..79233fb 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ At present, this SDK supports
----------
## How to use
-* Step-by-step instruction are provided in [RocketMQ Client Python
Introduction](https://github.com/apache/rocketmq-client-python/doc/Introduction.md)
+* Step-by-step instruction are provided in [RocketMQ Client Python
Introduction](https://github.com/apache/rocketmq-client-python/blob/master/doc/Introduction.md)
* Consult [RocketMQ Quick
Start](https://rocketmq.apache.org/docs/quick-start/) to setup rocketmq broker
and nameserver.
----------