This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.18.x by this push:
new 96717a7eedd2 chore: fix broken xref to moved spring beans section
(#23954)
96717a7eedd2 is described below
commit 96717a7eedd239344ebecb441893035e209ab7e1
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 11 14:15:01 2026 +0200
chore: fix broken xref to moved spring beans section (#23954)
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