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 147fa201115 Use relative url (#19017)
147fa201115 is described below
commit 147fa20111587efaa7adc09ad70ea73e714ede92
Author: Federico Mariani <[email protected]>
AuthorDate: Thu Aug 28 10:51:23 2025 +0200
Use relative url (#19017)
---
docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 5ce99b1c853..2beca3526d0 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
https://camel.apache.org/manual/camel-jbang.html#_update[update] action:
+or use camel-jbang xref:camel-jbang.adoc#_update[update] action:
[source,bas]
----