Skip to content

Commit 95467d8

Browse files
fix link
1 parent f73cec9 commit 95467d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/semantic-search/semantic-search-semantic-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ After the data has been indexed with the embeddings, you can query the data usin
110110
:::{tab-item} Query DSL
111111
:sync: dsl
112112

113-
The Query DSL approach uses the [`match` query](elasticsearch://reference/query-languages/query-dsl/query-dsl-match-query) type with the `semantic_text` field:
113+
The Query DSL approach uses the [`match` query](elasticsearch://reference/query-languages/query-dsl/query-dsl-match-query.md) type with the `semantic_text` field:
114114

115115
```esql
116116
GET semantic-embeddings/_search

0 commit comments

Comments
 (0)