This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch fix/doc-broken-xref-4.18.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 9b361364f881c60030331805e2c5f7b6de2749a2 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jun 11 14:14:19 2026 +0200 chore: fix broken xref to moved spring beans section The section was moved from camel-jbang.adoc to camel-jbang-beans.adoc on main. Update the cross-reference to point to the new location. Co-Authored-By: Claude Opus 4.6 <[email protected]> --- dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc b/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc index 469a7bfddb83..d6b21b280bb4 100644 --- a/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc +++ b/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc @@ -111,7 +111,7 @@ Here's an example `camel.xml` file, which defines both the routes and beans used A `my-route` route is referring to `greeter` bean which is defined using Spring `<bean>` element. -More examples can be found in xref:manual:ROOT:camel-jbang.adoc#_using_spring_beans_in_camel_xml_dsl[Camel JBang] page. +More examples can be found in xref:manual:ROOT:camel-jbang-beans.adoc#_using_spring_beans_xml_in_camel_xml_dsl[Camel JBang] page. === Using bean with constructors
