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 2d0c8fa35e78 Fix broken xref links after Camel CLI documentation
restructuring
2d0c8fa35e78 is described below
commit 2d0c8fa35e7844116e092db72b11307024372f8f
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 10 17:49:16 2026 +0200
Fix broken xref links after Camel CLI documentation restructuring
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc | 2 +-
dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc
b/docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc
index 2beca3526d0c..ac7164140ea8 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc
@@ -20,7 +20,7 @@ To upgrade to the latest version of Camel, you can either
execute the following
$ mvn -U org.openrewrite.maven:rewrite-maven-plugin:run
-Drewrite.recipeArtifactCoordinates=org.apache.camel.upgrade:camel-upgrade-recipes:LATEST
-Drewrite.activeRecipes=org.apache.camel.upgrade.CamelMigrationRecipe
----
-or use camel-jbang xref:camel-jbang.adoc#_update[update] action:
+or use the Camel CLI
xref:camel-jbang-projects.adoc#_automated_updates_openrewrite[update] action:
[source,bas]
----
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