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/04 19:38:21 UTC

[camel] branch camel-3.4.x updated: fix: replace absolute link with xref

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

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


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new 50fa3ea  fix: replace absolute link with xref
50fa3ea is described below

commit 50fa3eabc1660c821eaa4eba0f1bdc1b65a0f7e7
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Nov 4 20:38:07 2020 +0100

    fix: replace absolute link with xref
    
    One more in sql-component.
---
 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 d10dfd4..c828929 100644
--- a/components/camel-sql/src/main/docs/sql-component.adoc
+++ b/components/camel-sql/src/main/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:latest@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 939bfb9..536da48 100644
--- a/docs/components/modules/ROOT/pages/sql-component.adoc
+++ b/docs/components/modules/ROOT/pages/sql-component.adoc
@@ -238,7 +238,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:latest@manual:templating.adoc[Camel templating]
 for conditional processing, e.g. to include or exclude `where` clauses
 depending on the presence of query parameters.