From 2b0bc618733d6597339267f014c08ebd72faa9b4 Mon Sep 17 00:00:00 2001 From: Felix Date: Sun, 21 May 2023 00:46:00 +0300 Subject: [PATCH] HHH-16652 fix the broken link: hql-string-functions --- .../asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc b/documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc index 9c9091c0c8..4b1b7e777f 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc @@ -512,7 +512,7 @@ HQL defines two ways to concatenate strings: * the SQL-style concatenation operator, `||`, and * the JPQL-standard `concat()` function. -See <> for details of the `concat()` function. +See <> for details of the `concat()` function. [[hql-concatenation-example]] //.Concatenation operation example