This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.14.x by this push:
new 1babada52ae5 Fix broken xref links after Camel CLI documentation
restructuring
1babada52ae5 is described below
commit 1babada52ae518f5a4b0bdff672dc622a6031ec5
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 10 17:50:01 2026 +0200
Fix broken xref links after Camel CLI documentation restructuring
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..3fe229adc28e 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
CLI] page.
=== Using bean with constructors