You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/12 12:17:27 UTC

[camel-website] branch master updated: Attempt to fix website build due to invalid link

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c20ee8  Attempt to fix website build due to invalid link
1c20ee8 is described below

commit 1c20ee8266bae6ad43e7dbe3c399c61746d1f66b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 12 13:16:32 2021 +0100

    Attempt to fix website build due to invalid link
---
 content/blog/2021/02/Kamelet-Catalog/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2021/02/Kamelet-Catalog/index.md b/content/blog/2021/02/Kamelet-Catalog/index.md
index 786884c..902f936 100644
--- a/content/blog/2021/02/Kamelet-Catalog/index.md
+++ b/content/blog/2021/02/Kamelet-Catalog/index.md
@@ -22,7 +22,7 @@ The most important reason why the new Kamelet catalog is so useful is that it pr
 The console shows a serverless environment where a Knative channel has been created and it's ready to receive and dispatch events to a registered subscribing service.
 From the console, the user can add a new "Event Source" and the UI displays a collection of possibilities: well, starting from Camel K 1.4.0, that collection of sources will display **the official Apache Camel Kamelet catalog**. This means that contributing new Kamelets to the catalog will allow you to enhance the OpenShift catalog of Knative sources, for instance.
 
-But there's nothing in the Kamelet catalog specifically related to OpenShift: **we show this to encourage people to take the same approach** for other platforms (in-house or open source, especially Kubernetes-based) and use cases. One of the advantages of this approach is that, since Kamelets provide a [well defined JSON-schema interface](/camel-k/latest/kamelets/kamelets.html#kamelets-example) for their configuration, they can be made available for any kind of users, including those who [...]
+But there's nothing in the Kamelet catalog specifically related to OpenShift: **we show this to encourage people to take the same approach** for other platforms (in-house or open source, especially Kubernetes-based) and use cases. One of the advantages of this approach is that, since Kamelets provide a [well defined JSON-schema interface](/camel-k/latest/kamelets/kamelets.html) for their configuration, they can be made available for any kind of users, including those who don't even know  [...]
 
 So, no matter if you need ingress/egress for a specific destination (like in the Knative example above) or you're working on an event orchestration/workflow tool, or you're just creating a IFTTT clone: **if you need connectors, look at Kamelets**.