This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit d327845facce1989dbd0d45b2b97b6b320f84242 Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com> AuthorDate: Wed Jun 26 18:04:18 2019 +0530 link errors fixed, ran ./mvnw -Pfastinstall install in project root dirctory --- core/camel-core/src/main/docs/eips/aggregate-eip.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-core/src/main/docs/eips/aggregate-eip.adoc b/core/camel-core/src/main/docs/eips/aggregate-eip.adoc index 7bdc23d..7b3082e 100644 --- a/core/camel-core/src/main/docs/eips/aggregate-eip.adoc +++ b/core/camel-core/src/main/docs/eips/aggregate-eip.adoc @@ -2,7 +2,7 @@ == Aggregate EIP The -http://www.enterpriseintegrationpatterns.com/Aggregator.adoc[Aggregator] +http://www.enterpriseintegrationpatterns.com/Aggregator.html[Aggregator] from the xref:enterprise-integration-patterns.adoc[EIP patterns] allows you to combine a number of messages together into a single message.