This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit c227c8e87c802923c4951080063f06191146cecc Author: Luca Burgazzoli <lburgazz...@gmail.com> AuthorDate: Mon Mar 8 16:16:17 2021 +0100 regen --- docs/modules/ROOT/pages/reference/extensions/couchbase.adoc | 2 +- docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc | 2 +- docs/modules/ROOT/pages/reference/extensions/netty-http.adoc | 2 +- docs/modules/ROOT/pages/reference/extensions/netty.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/couchbase.adoc b/docs/modules/ROOT/pages/reference/extensions/couchbase.adoc index 7022227..2cd6625 100644 --- a/docs/modules/ROOT/pages/reference/extensions/couchbase.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/couchbase.adoc @@ -17,7 +17,7 @@ Query Couchbase Views with a poll strategy and/or perform various operations aga == What's inside -* xref:{cq-camel-components}::couchbase-component.adoc[Couchbase component], URI syntax: `couchbase:protocol:hostname:port` +* xref:{cq-camel-components}::couchbase-component.adoc[Couchbase component], URI syntax: `couchbase:protocol://hostname:port` Please refer to the above link for usage and configuration details. diff --git a/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc b/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc index ed15bbf..7bd55ac 100644 --- a/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc @@ -18,7 +18,7 @@ Access Google Cloud BigQuery service using SQL queries or Google Client Services == What's inside * xref:{cq-camel-components}::google-bigquery-component.adoc[Google BigQuery component], URI syntax: `google-bigquery:projectId:datasetId:tableId` -* xref:{cq-camel-components}::google-bigquery-sql-component.adoc[Google BigQuery Standard SQL component], URI syntax: `google-bigquery-sql:projectId:query` +* xref:{cq-camel-components}::google-bigquery-sql-component.adoc[Google BigQuery Standard SQL component], URI syntax: `google-bigquery-sql:projectId:queryString` Please refer to the above links for usage and configuration details. diff --git a/docs/modules/ROOT/pages/reference/extensions/netty-http.adoc b/docs/modules/ROOT/pages/reference/extensions/netty-http.adoc index 5705c45..7a8b61a 100644 --- a/docs/modules/ROOT/pages/reference/extensions/netty-http.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/netty-http.adoc @@ -18,7 +18,7 @@ The Netty HTTP extension provides HTTP transport on top of the xref:reference/ex == What's inside -* xref:{cq-camel-components}::netty-http-component.adoc[Netty HTTP component], URI syntax: `netty-http:protocol:host:port/path` +* xref:{cq-camel-components}::netty-http-component.adoc[Netty HTTP component], URI syntax: `netty-http:protocol://host:port/path` Please refer to the above link for usage and configuration details. diff --git a/docs/modules/ROOT/pages/reference/extensions/netty.adoc b/docs/modules/ROOT/pages/reference/extensions/netty.adoc index 367add1..9b6f5d2 100644 --- a/docs/modules/ROOT/pages/reference/extensions/netty.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/netty.adoc @@ -17,7 +17,7 @@ Socket level networking using TCP or UDP with the Netty 4.x. == What's inside -* xref:{cq-camel-components}::netty-component.adoc[Netty component], URI syntax: `netty:protocol:host:port` +* xref:{cq-camel-components}::netty-component.adoc[Netty component], URI syntax: `netty:protocol://host:port` Please refer to the above link for usage and configuration details.