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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 11872e2 Polished
11872e2 is described below
commit 11872e29256578274575ff3fd49c560a00bbaea6
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Nov 25 11:06:09 2021 +0100
Polished
---
examples/kamelet-main/README.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/kamelet-main/README.adoc
b/examples/kamelet-main/README.adoc
index 867f100..d6bafbe 100644
--- a/examples/kamelet-main/README.adoc
+++ b/examples/kamelet-main/README.adoc
@@ -3,7 +3,7 @@
=== Introduction
This example shows how to use ready to use Kamelets you can find at the
-https://camel.apache.org/camel-kamelets/latest/[Camel Kamelet Catalog].
+https://camel.apache.org/camel-kamelets/next/[Camel Kamelet Catalog].
The application is run with `KameletMain` class from camel-kamalet-main JAR.
This makes it easy to run Camel standalone with Kamelet that can be automatic
@@ -36,7 +36,7 @@ The application is also built as a _fat jar_ (see `pom.xml`),
which you can run
[source,sh]
----
$ mvn package
-$ java -jar target/camel-example-kamelet-yaml-3.11.0-jar-with-dependencies.jar
+$ java -jar target/camel-example-kamelet-yaml-3.13.0-jar-with-dependencies.jar
----