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 2022/05/06 08:21:02 UTC

[camel-website] branch main updated: Tidy up project summary

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-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 4adcb081 Tidy up project summary
4adcb081 is described below

commit 4adcb081318e926ff2bddb839bbaf08d0bbedd69
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri May 6 10:20:50 2022 +0200

    Tidy up project summary
---
 content/docs/_index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/docs/_index.md b/content/docs/_index.md
index 922020b9..ece014e0 100644
--- a/content/docs/_index.md
+++ b/content/docs/_index.md
@@ -64,7 +64,7 @@ simplified interface, hiding all the low level details about how those connectio
 
 ## Camel Kafka Connector
 
-Camel Kafka Connector allows you to use all [Camel components](/components/latest/) as [Kafka Connect](http://kafka.apache.org/documentation/#connect) connectors, which, as a result, expands Kafka Connect compatibility by allowing all Camel components to be used in the Kafka ecosystem.
+Camel Kafka Connector allows you to use all [Camel components](/components/latest/) as [Kafka Connect](http://kafka.apache.org/documentation/#connect) connectors, which, as a result, expands Kafka Connect compatibility by allowing Camel components to be used in the Kafka ecosystem.
 
 <p>
 <a class="button dark" href="/camel-kafka-connector/latest/">Documentation</a>
@@ -122,7 +122,7 @@ Camel support for Spring Boot provides auto-configuration of the Camel context b
 
 ## Camel Karaf
 
-[Apache Karaf](https://karaf.apache.org/) makes running Apache Camel in [OSGi](https://www.osgi.org/) container easy, which as a result, expands Apache Camel's compatibility by allowing all Camel components to run in the OSGi environment.
+[Apache Karaf](https://karaf.apache.org/) makes running Apache Camel in [OSGi](https://www.osgi.org/) container easy, which as a result, expands Apache Camel's compatibility by allowing Camel components to run in the OSGi environment.
 
 <p>
 <a class="button dark" href="/camel-karaf/latest/">Documentation</a>