You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/11/07 12:17:16 UTC

[camel] 05/05: Fixed minor stuff in docs

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

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

commit 152a6500e3110e01ef93a3bb4f80ce92dd2310c5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 7 13:16:39 2018 +0100

    Fixed minor stuff in docs
---
 .../src/main/docs/elasticsearch-rest-component.adoc                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
index 2d07340..1a8b6e2 100644
--- a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
+++ b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
@@ -233,7 +233,7 @@ from("direct:search")
 ----
 <route>
     <from uri="direct:search" />
-    <to uri="eelasticsearch-rest://elasticsearch?operation=Search&indexName=twitter&indexType=tweet"/>
+    <to uri="elasticsearch-rest://elasticsearch?operation=Search&indexName=twitter&indexType=tweet"/>
 </route>
 ----