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 3039c30 Fix the dead link.
3039c30 is described below
commit 3039c30ee9b0a423737387ef3d6cc3693b7c0b8d
Author: von gosling <vongosling@apache.org>
AuthorDate: Wed Apr 3 10:33:01 2019 +0800
Fix the dead link.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 23f5e0f..5acf32a 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/starter/annotation/RocketMQMessageListener.java)
+> see: [RocketMQMessageListener](src/main/java/org/apache/rocketmq/spring/annotation/RocketMQMessageListener.java)
### Message Trace
|