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

[camel] branch camel-3.6.x updated: Fix absolute link

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

zregvart pushed a commit to branch camel-3.6.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.6.x by this push:
     new 11e332a  Fix absolute link
11e332a is described below

commit 11e332ab7e6439f2b9b7c840ddb0b023de21b135
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Nov 18 14:11:25 2020 +0100

    Fix absolute link
    
    (cherry picked from commit a3f95d5f94065dbaad9144004de4b3cf8b6d8358)
---
 components/camel-sql/src/main/docs/sql-component.adoc | 2 +-
 docs/components/modules/ROOT/pages/sql-component.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-sql/src/main/docs/sql-component.adoc b/components/camel-sql/src/main/docs/sql-component.adoc
index bcc2899..dba63e1 100644
--- a/components/camel-sql/src/main/docs/sql-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-component.adoc
@@ -237,7 +237,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.
 
diff --git a/docs/components/modules/ROOT/pages/sql-component.adoc b/docs/components/modules/ROOT/pages/sql-component.adoc
index a9e90f4..be7e913 100644
--- a/docs/components/modules/ROOT/pages/sql-component.adoc
+++ b/docs/components/modules/ROOT/pages/sql-component.adoc
@@ -239,7 +239,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.