Skip to content

Commit 2d7ace2

Browse files
authored
Update link to array function in recipes.md
1 parent 48a279c commit 2d7ace2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/example-datasets/recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Result:
187187
10 rows in set. Elapsed: 0.215 sec. Processed 2.23 million rows, 1.48 GB (10.35 million rows/s., 6.86 GB/s.)
188188
```
189189

190-
In this example, we involve [has](../../sql-reference/functions/array-functions.md#hasarr-elem) function to filter by array elements and sort by the number of directions.
190+
In this example, we involve [has](../../sql-reference/functions/array-functions.md#has) function to filter by array elements and sort by the number of directions.
191191

192192
There is a wedding cake that requires the whole 126 steps to produce! Show that directions:
193193

0 commit comments

Comments
 (0)