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 fd4177267ce10d756c721393752b2d3b9ad57404
Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com>
AuthorDate: Sat Jul 13 00:51:16 2019 +0530

    mistakes fixed inside camel/core/camel-base
---
 core/camel-base/src/main/docs/file-language.adoc   | 2 +-
 core/camel-base/src/main/docs/simple-language.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-base/src/main/docs/file-language.adoc 
b/core/camel-base/src/main/docs/file-language.adoc
index 41e7914..aa2e77d 100644
--- a/core/camel-base/src/main/docs/file-language.adoc
+++ b/core/camel-base/src/main/docs/file-language.adoc
@@ -222,7 +222,7 @@ fileName="uniquefile-${bean:myguidgenerator.generateid}.txt"
 ----
 
 And of course all this can be combined in one expression where you can
-use the xref:file-language,File Language>>, <<file-language.adoc[Simple]
+use the xref:file-language.adoc[File Language], xref:file-language.adoc[Simple]
 and the xref:bean-component.adoc[Bean] language in one combined expression. 
This
 is pretty powerful for those common file path patterns.
 
diff --git a/core/camel-base/src/main/docs/simple-language.adoc 
b/core/camel-base/src/main/docs/simple-language.adoc
index 1c5abcd..cc08482 100644
--- a/core/camel-base/src/main/docs/simple-language.adoc
+++ b/core/camel-base/src/main/docs/simple-language.adoc
@@ -246,7 +246,7 @@ INFO:Camel's OGNL support is for invoking methods only. You 
cannot access
 fields. Camel support accessing the length field of Java arrays.
 
 
-The xref:simple-language,Simple>> and <<simple-language.adoc[Bean] language now
+The xref:simple-language.adoc[Simple] and xref:simple-language.adoc[Bean] 
language now
 supports a Camel OGNL notation for invoking beans in a chain like
 fashion. Suppose the Message IN body contains a POJO which has a `getAddress()`
 method.

Reply via email to