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/05 10:22:53 UTC

[camel] branch camel-3.4.x updated: fix: xref typo

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 e4db236  fix: xref typo
e4db236 is described below

commit e4db23627a3d91f07041a26bc267157ee2bb5eba
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Thu Nov 5 11:22:27 2020 +0100

    fix: xref typo
---
 docs/components/modules/ROOT/pages/sql-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/sql-component.adoc b/docs/components/modules/ROOT/pages/sql-component.adoc
index 536da48..aaf5fd1 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
-xref:latest@manual:templating.adoc[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.