This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.20.x by this push:
new 068712367f5 Fix incorrect URI format in camel-grpc docs (#11343)
(#11346)
068712367f5 is described below
commit 068712367f5c78b18102d49eb197b65167430a99
Author: James Netherton <[email protected]>
AuthorDate: Fri Sep 8 09:11:11 2023 +0100
Fix incorrect URI format in camel-grpc docs (#11343) (#11346)
---
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 ad0177b9c83..766df3bd444 100644
--- a/components/camel-grpc/src/main/docs/grpc-component.adoc
+++ b/components/camel-grpc/src/main/docs/grpc-component.adoc
@@ -43,7 +43,7 @@ add following configuration property to the maven file
== URI format
-------------------------------------
-grpc://service[?options]
+grpc:host:port/service[?options]
-------------------------------------