diff --git a/sql/query-syntax/value-exp.mdx b/sql/query-syntax/value-exp.mdx index f495254c..e5cbe76a 100644 --- a/sql/query-syntax/value-exp.mdx +++ b/sql/query-syntax/value-exp.mdx @@ -110,7 +110,7 @@ expression::type | Parameter | Description | | :----------- | :-------------------------------------------------------------------------------------------------------------------------------- | | _expression_ | The expression of which the data type to be converted. | -| _type_ | The data type of the returned value.For the types you can cast the value to, see \[Casting\](/sql/data-types/data-type-casting.md | +| _type_ | The data type of the returned value.For the types you can cast the value to, see [Casting](/sql/data-types/casting). | ## Row constructors