This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git
The following commit(s) were added to refs/heads/master by this push:
new 2decadd Fix the wrong url
2decadd is described below
commit 2decadd3c28600af85c85c35d53454c8468147b3
Author: von gosling <vongosling@apache.org>
AuthorDate: Wed Apr 3 10:35:08 2019 +0800
Fix the wrong url
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5acf32a..0a33aac 100644
--- a/README.md
+++ b/README.md
@@ -188,7 +188,7 @@ public class ConsumerApplication{
> More relevant configurations for consuming:
>
-> see: [RocketMQMessageListener](src/main/java/org/apache/rocketmq/spring/annotation/RocketMQMessageListener.java)
+> see: [RocketMQMessageListener](rocketmq-spring/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/annotation/RocketMQMessageListener.java)
### Message Trace
|