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 6059794 Fix reference to bean binding documentation 6059794 is described below commit 6059794d9465971acd7777624b62b8b71afccc99 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sun Aug 16 00:14:31 2020 +0200 Fix reference to bean binding documentation --- docs/components/modules/ROOT/pages/bean-component.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/bean-component.adoc b/docs/components/modules/ROOT/pages/bean-component.adoc index 34198da..5cd6aa4 100644 --- a/docs/components/modules/ROOT/pages/bean-component.adoc +++ b/docs/components/modules/ROOT/pages/bean-component.adoc @@ -167,9 +167,8 @@ 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:bean-binding.adoc[Bean Binding] mechanism which is used throughout +xref:manual::bean-binding.adoc[Bean Binding] mechanism which is used throughout all of the various Bean Integration mechanisms in Camel. - include::camel-spring-boot::page$bean-starter.adoc[]