This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kamelets-catalog-regen in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 237d3cbeff393106987c55582071d1f88f7c6195 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 6 14:53:54 2021 +0200 Fixed reference to camel-kamelets-catalog --- docs/modules/ROOT/pages/reference/extensions/kamelet.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/kamelet.adoc b/docs/modules/ROOT/pages/reference/extensions/kamelet.adoc index 198f1cf..9e0b0bc 100644 --- a/docs/modules/ROOT/pages/reference/extensions/kamelet.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/kamelet.adoc @@ -47,7 +47,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] ----