Skip to content

Commit

Permalink
Replace camel-kamelets-catalog dependency with camel-kamelets in Kame…
Browse files Browse the repository at this point in the history
…let extension docs
  • Loading branch information
jamesnetherton committed Nov 28, 2024
1 parent 4ac7804 commit 7039be5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/reference/extensions/kamelet.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ This extension can preload a set of Kamelets at build time. You must include the
[id="extensions-kamelet-usage-using-the-kamelet-catalog"]
=== Using the Kamelet Catalog

A set of pre-made Kamelets can be found on the /camel-kamelets/latest[Kamelet Catalog].
A set of pre-made Kamelets can be found in the Kamelet Catalog.
To use a Kamelet from the catalog, you need to copy its YAML definition (that you can find https://github.com/apache/camel-kamelets/[in the camel-kamelets repository]) to your project.

Alternatively, you can add a `camel-kamelets-catalog` dependency to your application.
Alternatively, you can add the `camel-kamelets` dependency to your application.

[source,xml]
----
<dependency>
<groupId>org.apache.camel.kamelets</groupId>
<artifactId>camel-kamelets-catalog</artifactId>
<artifactId>camel-kamelets</artifactId>
</dependency>
----

Expand Down
6 changes: 3 additions & 3 deletions extensions/kamelet/runtime/src/main/doc/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ This extension can preload a set of Kamelets at build time. You must include the

=== Using the Kamelet Catalog

A set of pre-made Kamelets can be found on the /camel-kamelets/latest[Kamelet Catalog].
A set of pre-made Kamelets can be found in the Kamelet Catalog.
To use a Kamelet from the catalog, you need to copy its YAML definition (that you can find https://github.com/apache/camel-kamelets/[in the camel-kamelets repository]) to your project.

Alternatively, you can add a `camel-kamelets-catalog` dependency to your application.
Alternatively, you can add the `camel-kamelets` dependency to your application.

[source,xml]
----
<dependency>
<groupId>org.apache.camel.kamelets</groupId>
<artifactId>camel-kamelets-catalog</artifactId>
<artifactId>camel-kamelets</artifactId>
</dependency>
----

Expand Down

0 comments on commit 7039be5

Please sign in to comment.