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

nfilotto pushed a commit to branch camel-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new e67c073a3a8 Fix incorrect URI format in camel-grpc docs (#11343) 
(#11344)
e67c073a3a8 is described below

commit e67c073a3a85164cb92b719ba1f4d305b7070e38
Author: James Netherton <jamesnether...@users.noreply.github.com>
AuthorDate: Fri Sep 8 09:09:11 2023 +0100

    Fix incorrect URI format in camel-grpc docs (#11343) (#11344)
---
 components/camel-grpc/src/main/docs/grpc-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-grpc/src/main/docs/grpc-component.adoc 
b/components/camel-grpc/src/main/docs/grpc-component.adoc
index 5f66566a245..40ec083bdce 100644
--- a/components/camel-grpc/src/main/docs/grpc-component.adoc
+++ b/components/camel-grpc/src/main/docs/grpc-component.adoc
@@ -34,7 +34,7 @@ for this component:
 == URI format
 
 -------------------------------------
-grpc://service[?options]
+grpc:host:port/service[?options]
 -------------------------------------
 
 

Reply via email to