This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 21b4186896d68d514c3ad7181cf5a3b5f5136ed2
Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com>
AuthorDate: Sat Jul 13 00:54:14 2019 +0530

    mistakes fixed inside camel/core/camel-core
---
 core/camel-core/src/main/docs/eips/content-filter-eip.adoc      | 6 +++---
 core/camel-core/src/main/docs/eips/dynamic-router.adoc          | 2 +-
 core/camel-core/src/main/docs/eips/eventDrivenConsumer-eip.adoc | 2 +-
 core/camel-core/src/main/docs/eips/toD-eip.adoc                 | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/camel-core/src/main/docs/eips/content-filter-eip.adoc 
b/core/camel-core/src/main/docs/eips/content-filter-eip.adoc
index 5832f00..7801314 100644
--- a/core/camel-core/src/main/docs/eips/content-filter-eip.adoc
+++ b/core/camel-core/src/main/docs/eips/content-filter-eip.adoc
@@ -15,8 +15,8 @@ content from the inbound message.
 image:http://www.enterpriseintegrationpatterns.com/img/ContentFilter.gif[image]
 
 A common way to filter messages is to use an
-xref:Expression-Expressions,Expression>> in the <<DSL-DSL.adoc[DSL] like
-xref:xquery-language,XQuery>>, <<sql-language.adoc[SQL] or one of the supported
+xref:Expression-Expressions.adoc[Expression] in the xref:DSL-DSL.adoc[DSL] like
+xref:xquery-language.adoc[XQuery], xref:sql-language.adoc[SQL] or one of the 
supported
 xref:ScriptingLanguages-ScriptingLanguages.adoc[Scripting Languages].
 
 === Using the xref:FluentBuilders-FluentBuilders.adoc[Fluent Builders]
@@ -60,6 +60,6 @@ interested in:
 If you would like to use this EIP Pattern then please read the
 xref:GettingStarted-GettingStarted.adoc[Getting Started], you may also find the
 xref:Architecture-Architecture.adoc[Architecture] useful particularly the 
description
-of xref:Endpoint-Endpoints,Endpoint>> and <<URIs-URIs.adoc[URIs]. Then you 
could
+of xref:Endpoint-Endpoints.adoc[Endpoint] and xref:URIs-URIs.adoc[URIs]. Then 
you could
 try out some of the xref:Examples-Examples.adoc[Examples] first before trying
 this pattern out.
diff --git a/core/camel-core/src/main/docs/eips/dynamic-router.adoc 
b/core/camel-core/src/main/docs/eips/dynamic-router.adoc
index d55ee91..c4c592e 100644
--- a/core/camel-core/src/main/docs/eips/dynamic-router.adoc
+++ b/core/camel-core/src/main/docs/eips/dynamic-router.adoc
@@ -191,7 +191,7 @@ In the above we can use the
 Parameter Binding Annotations
 to bind different parts of the Message to method
 parameters or use an Expression such as using
-xref:xpath-language,XPath>> or <<xpath-language.adoc[XQuery].
+xref:xpath-language.adoc[XPath] or xref:xpath-language.adoc[XQuery].
 
 The method can be invoked in a number of ways as described in the
 Bean Integration such as
diff --git a/core/camel-core/src/main/docs/eips/eventDrivenConsumer-eip.adoc 
b/core/camel-core/src/main/docs/eips/eventDrivenConsumer-eip.adoc
index 6334e97..47a2d62 100644
--- a/core/camel-core/src/main/docs/eips/eventDrivenConsumer-eip.adoc
+++ b/core/camel-core/src/main/docs/eips/eventDrivenConsumer-eip.adoc
@@ -53,6 +53,6 @@ For more details see:
 If you would like to use this EIP Pattern then please read the
 xref:GettingStarted-GettingStarted.adoc[Getting Started], you may also find the
 xref:Architecture-Architecture.adoc[Architecture] useful particularly the 
description
-of xref:Endpoint-Endpoints,Endpoint>> and <<URIs-URIs.adoc[URIs]. Then you 
could
+of xref:Endpoint-Endpoints.adoc[Endpoint] and xref:URIs-URIs.adoc[URIs]. Then 
you could
 try out some of the xref:Examples-Examples.adoc[Examples] first before trying
 this pattern out.
diff --git a/core/camel-core/src/main/docs/eips/toD-eip.adoc 
b/core/camel-core/src/main/docs/eips/toD-eip.adoc
index 399db8a..baf1b62 100644
--- a/core/camel-core/src/main/docs/eips/toD-eip.adoc
+++ b/core/camel-core/src/main/docs/eips/toD-eip.adoc
@@ -102,7 +102,7 @@ using the plus sign `+` such as shown below:
 ----
 
 In the example above the uri is a combination
-of xref:simple-language,Simple>> language and <<simple-language.adoc[XPath] 
where
+of xref:simple-language.adoc[Simple] language and 
xref:simple-language.adoc[XPath] where
 the first part is simple (simple is default language). And then the plus
 sign separate to another language, where we specify the language name
 followed by a colon

Reply via email to