This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch camel-3.21.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.21.x by this push: new 72f6575453a Fix incorrect URI format in camel-grpc docs (#11343) (#11345) 72f6575453a is described below commit 72f6575453abfde9d41a204bb3599b5e8507e8d0 Author: James Netherton <jamesnether...@users.noreply.github.com> AuthorDate: Fri Sep 8 09:10:25 2023 +0100 Fix incorrect URI format in camel-grpc docs (#11343) (#11345) --- 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] -------------------------------------