This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new ad916aa Fix mybatis doc url (#2577)
ad916aa is described below
commit ad916aa1e1eeb914106559dc379016aadbccf86e
Author: elbaz michael <[email protected]>
AuthorDate: Wed Oct 24 18:04:58 2018 +0200
Fix mybatis doc url (#2577)
---
components/camel-mybatis/src/main/docs/mybatis-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-mybatis/src/main/docs/mybatis-component.adoc
b/components/camel-mybatis/src/main/docs/mybatis-component.adoc
index eadb224..435ab7e 100644
--- a/components/camel-mybatis/src/main/docs/mybatis-component.adoc
+++ b/components/camel-mybatis/src/main/docs/mybatis-component.adoc
@@ -286,7 +286,7 @@ from("direct:start")
Parameter of any type (List, Map, etc.) can be passed to mybatis and an
end user is responsible for handling it as required +
- with the help of http://www.mybatis.org/core/dynamic-sql.html[mybatis
+ with the help of http://www.mybatis.org/mybatis-3/dynamic-sql.html[mybatis
dynamic queries] capabilities.
==== Scheduled polling example