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

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


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

commit b755c2754aa00cac7b6bf33108cd3cc023c0ee9e
Author: James Netherton <[email protected]>
AuthorDate: Fri Sep 8 08:47:49 2023 +0100

    Fix incorrect URI format in camel-grpc docs (#11343)
---
 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