Skip to content

Commit fcf2289

Browse files
authored
Remove another brittle link from ESQL search overview page
I missed this brittle link in #3975
1 parent 8562007 commit fcf2289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/esql-for-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The [`FORK`](elasticsearch://reference/query-languages/esql/commands/fork.md) an
138138

139139
`FORK` creates multiple execution branches that operate on the same input data. `FUSE` then combines and scores the results from these branches. Together, these commands allow you to execute different search strategies (such as lexical and semantic searches) in parallel and merge their results with proper relevance scoring.
140140

141-
Refer to [hybrid search with semantic_text](hybrid-semantic-text.md) for an example or follow the [tutorial](elasticsearch://reference/query-languages/esql/esql-search-tutorial.md#step-5-semantic-search-and-hybrid-search).
141+
Refer to [hybrid search with semantic_text](hybrid-semantic-text.md) for an example or follow the [tutorial](elasticsearch://reference/query-languages/esql/esql-search-tutorial.md).
142142

143143
### Text generation with `COMPLETION`
144144

0 commit comments

Comments
 (0)