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

commit b3f7059f2c5a95e4c0710b9978aedca4a51a06eb
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jul 23 18:27:03 2019 +0200

    Fixed Stuff related to bean-language.adoc
---
 components/camel-bean/src/main/docs/bean-language.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-bean/src/main/docs/bean-language.adoc 
b/components/camel-bean/src/main/docs/bean-language.adoc
index 12a80f2..bd92fb5 100644
--- a/components/camel-bean/src/main/docs/bean-language.adoc
+++ b/components/camel-bean/src/main/docs/bean-language.adoc
@@ -9,7 +9,7 @@
 The purpose of the Bean Language is to be able to implement an
 xref:manual::expression.adoc[Expression] or 
xref:manual::predicate.adoc[Predicate] using
 a simple method on a bean. The bean name is resolved using a
-xref:manual::registry.adoc[Registry], such as the
+xref:registry.adoc[Registry], such as the
 xref:manual::spring.adoc[Spring] *`ApplicationContext`*, then a method is
 invoked to evaluate the xref:manual::expression.adoc[Expression] or
 xref:manual::predicate.adoc[Predicate]. If no method name is provided then one
@@ -99,9 +99,9 @@ or other expressions.
 === Non-Registry Beans
 
 The xref:bean-language.adoc[Bean Language] also supports invoking beans
-that isn't registered in the xref:manual::registry.adoc[Registry]. This is
+that isn't registered in the xref:registry.adoc[Registry]. This is
 usable for quickly to invoke a bean from Java DSL where you don't need
-to register the bean in the xref:manual::registry.adoc[Registry] such as the
+to register the bean in the xref:registry.adoc[Registry] such as the
 xref:spring.adoc[Spring] *`ApplicationContext`*. Camel can instantiate
 the bean and invoke the method if given a class or invoke an already
 existing instance.

Reply via email to