This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new caeb773d0706 Fix broken xref links after Camel CLI documentation
restructuring
caeb773d0706 is described below
commit caeb773d070619e7f77b9813540824c4d0a55d1d
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 10 17:09: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-jbang-dev-services.adoc | 2 +-
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 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-dev-services.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang-dev-services.adoc
index 75c7cde7266d..fb5844125621 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang-dev-services.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-dev-services.adoc
@@ -112,4 +112,4 @@ camel infra log openldap
== See Also
-The
xref:camel-jbang-devtools.adoc#_sending_messages_to_infrastructure_services[Sending
messages to infrastructure services] feature in the Development Tools page can
send messages directly to services started with `camel infra run`.
+The xref:camel-jbang-devtools.adoc#_sending_to_infrastructure_services[Sending
messages to infrastructure services] feature in the Development Tools page can
send messages directly to services started with `camel infra run`.
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 3a09c81ed686..c03cb9955c0d 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 the Camel CLI xref:camel-jbang-projects.adoc#_update[update] action:
+or use the Camel CLI
xref:camel-jbang-projects.adoc#_automated_updates_openrewrite[update] action:
[source,bash]
----
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 ace4a5f62ea1..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
CLI] 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