You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/18 14:04:17 UTC

[camel] branch master updated: Regen for commit 23c4c4418fa5852a333cc7fbb4c0886a4647f0b3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 277f109  Regen for commit 23c4c4418fa5852a333cc7fbb4c0886a4647f0b3
277f109 is described below

commit 277f1091fca5a50a78fdf4a5977b3acd6090e6c2
Author: orpiske <or...@users.noreply.github.com>
AuthorDate: Wed Nov 18 14:01:29 2020 +0000

    Regen for commit 23c4c4418fa5852a333cc7fbb4c0886a4647f0b3
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../resources/org/apache/camel/catalog/docs/sql-component.adoc          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
index 0f1a879..38204d5 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
@@ -236,7 +236,7 @@ allows to use the message body as the SQL statement, and then the SQL
 parameters must be provided in a header with the
 key `SqlConstants.SQL_PARAMETERS`. This allows the SQL component to work
 more dynamically as the SQL query is from the message body. Use
-https://camel.apache.org/manual/latest/templating.html[Camel templating]
+xref:manual::templating.adoc[Camel templating]
 for conditional processing, e.g. to include or exclude `where` clauses
 depending on the presence of query parameters.