From ac4d394d125f1d51e87f5f22b450ed25d3a8a644 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 10 Oct 2020 10:50:37 +0300 Subject: [PATCH] Fix ugly links in docs --- docs/en/sql-reference/functions/other-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/functions/other-functions.md b/docs/en/sql-reference/functions/other-functions.md index c02d13e2592..00b30d1aefa 100644 --- a/docs/en/sql-reference/functions/other-functions.md +++ b/docs/en/sql-reference/functions/other-functions.md @@ -1575,7 +1575,7 @@ countDigits(x) **Parameters** -- `x` — [Int](../../sql-reference/data-types/int-uint.md#uint8-uint16-uint32-uint64-int8-int16-int32-int64) or [Decimal](../../sql-reference/data-types/decimal.md) value. +- `x` — [Int](../../sql-reference/data-types/int-uint.md) or [Decimal](../../sql-reference/data-types/decimal.md) value. **Returned value**