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

gzurowski 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 980bda9  Fix reference to bean binding documentation
980bda9 is described below

commit 980bda912fbb87e053e486035340c03a9c98d7c6
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Sat Aug 15 23:58:53 2020 +0200

    Fix reference to bean binding documentation
---
 docs/components/modules/ROOT/pages/bean-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/bean-component.adoc 
b/docs/components/modules/ROOT/pages/bean-component.adoc
index ff29812..34198da 100644
--- a/docs/components/modules/ROOT/pages/bean-component.adoc
+++ b/docs/components/modules/ROOT/pages/bean-component.adoc
@@ -167,7 +167,7 @@ from("direct:start").bean(ExampleBean.class);
 How bean methods to be invoked are chosen (if they are not specified
 explicitly through the *method* parameter) and how parameter values are
 constructed from the Message are all defined by the
-xref:ROOT:bean-binding.adoc[Bean Binding] mechanism which is used throughout
+xref:bean-binding.adoc[Bean Binding] mechanism which is used throughout
 all of the various Bean Integration
 mechanisms in Camel.
 

Reply via email to