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 2019/08/06 10:03:23 UTC

[camel] 02/03: CAMEL-13792 - Rename components to default names, Camel-http4 to Camel-http - Fixed service-call eip 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 05a132b96cb04919986875006b4da55ed7a081fb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 6 11:55:42 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-http4 to Camel-http - Fixed service-call eip docs
---
 core/camel-core/src/main/docs/eips/serviceCall-eip.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/camel-core/src/main/docs/eips/serviceCall-eip.adoc b/core/camel-core/src/main/docs/eips/serviceCall-eip.adoc
index 221d775..021aa8d 100644
--- a/core/camel-core/src/main/docs/eips/serviceCall-eip.adoc
+++ b/core/camel-core/src/main/docs/eips/serviceCall-eip.adoc
@@ -51,9 +51,9 @@ The *service name* supports a limited uri like syntax, here some examples
 |===
 |Name |Resolution
 
-|foo | http4://host:port
-|foo/path | http4://host:port/path
-|foo/path?foo=bar | http4://host:port/path?foo=bar
+|foo | http://host:port
+|foo/path | http://host:port/path
+|foo/path?foo=bar | http://host:port/path?foo=bar
 |===
 
 [source,java]