diff --git a/docs/sql/data_types/text.md b/docs/sql/data_types/text.md index c53423c87eb..44d150be36a 100644 --- a/docs/sql/data_types/text.md +++ b/docs/sql/data_types/text.md @@ -58,4 +58,4 @@ SELECT 'Hello' || chr(10) || 'world' AS msg; ## Functions -See [Character Functions]({% link docs/sql/functions/char.md %}) and [Pattern Matching]({% link docs/sql/functions/pattern_matching.md %}). +See [Text Functions]({% link docs/sql/functions/char.md %}) and [Pattern Matching]({% link docs/sql/functions/pattern_matching.md %}).