This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kamelets-catalog in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 8c46e668541b6057c5a2353ae84a5c92d0b2a0fb Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 6 10:52:06 2021 +0200 Fixed reference to Camel-Kamelets-catalog --- extensions/kamelet/runtime/src/main/doc/usage.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/kamelet/runtime/src/main/doc/usage.adoc b/extensions/kamelet/runtime/src/main/doc/usage.adoc index 61563ef..5ec1718 100644 --- a/extensions/kamelet/runtime/src/main/doc/usage.adoc +++ b/extensions/kamelet/runtime/src/main/doc/usage.adoc @@ -5,7 +5,7 @@ This extension allows to pre-load a set of Kamelets at build time using the `qua === Using the Kamelet Catalog A set of pre-made Kamelets can be found on the /camel-kamelets/latest[Kamelet Catalog]. -To use the Kamelet from the catalog you need to copy their yaml definition (that you can find https://github.com/apache/camel-kamelets/[in the camel-kamelet repo]) on your project in the classpath. Alternatively you can add the `camel-quarkus-kamelets-catalog` artifact to your `pom.xml`: +To use the Kamelet from the catalog you need to copy their yaml definition (that you can find https://github.com/apache/camel-kamelets/[in the camel-kamelet repo]) on your project in the classpath. Alternatively you can add the `camel-kamelets-catalog` artifact to your `pom.xml`: [source,xml] ----