HHH-16652 fix the broken link: hql-string-functions

This commit is contained in:
Felix 2023-05-21 00:46:00 +03:00 committed by Christian Beikov
parent e82604051f
commit 34932f30a0
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ HQL defines two ways to concatenate strings:
* the SQL-style concatenation operator, `||`, and
* the JPQL-standard `concat()` function.
See <<hql-functions-string,below>> for details of the `concat()` function.
See <<hql-string-functions, below>> for details of the `concat()` function.
[[hql-concatenation-example]]
//.Concatenation operation example