Skip to content

Commit e3d94a1

Browse files
committed
fixing build error
1 parent 224656e commit e3d94a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-languages/esql/esql-lookup-join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ The following is a list of current limitations with `LOOKUP JOIN`
5959
* The query will circuit break if you fetch too much data in a single page. A large heap is needed to manage results of multiple megabytes.
6060
* This limit is per page of data which is about about 10,000 rows.
6161
* Matching many rows per incoming row will count against this limit.
62-
* This limit is approximately the same as for [`ENRICH`](/reference/query-languages/esql/esql-commands.md#esql-enrich).
62+
* This limit is approximately the same as for [`ENRICH`](elasticsearch/docs/reference/query-languages/esql/esql-commands.md#esql-enrich).
6363

0 commit comments

Comments
 (0)