Skip to content

Commit a4c533c

Browse files
committed
Fix links
1 parent fdfe4c0 commit a4c533c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/search/esql-full-text-filter-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ POST /_query?format=txt
378378
```
379379

380380
:::{tip}
381-
Follow this [tutorial](/solutions/search/semantic-search/semantic-search-semantic-text#semantic-text-semantic-search) if you'd like to test this workflow against a large dataset.
381+
Follow this [tutorial](/solutions/search/semantic-search/semantic-search-semantic-text.md#semantic-text-semantic-search) if you'd like to test this workflow against a large dataset.
382382
:::
383383

384384
## Learn more
@@ -390,4 +390,4 @@ This tutorial introduced the basics of full-text search and filtering in {{esql}
390390
- [{{esql}} search functions](elasticsearch://reference/query-languages/esql/esql-functions-operators.md#esql-search-functions): Explore the full list of search functions available in {{esql}}.
391391
% semantic search stuff
392392
- [Semantic search](/solutions/search/semantic-search.md): Understand your various options for semantic search in Elasticsearch.
393-
- [The `semantic_text` workflow](/solutions/search/semantic-search#_semantic_text_workflow): Learn how to use the `semantic_text` field type for semantic search. This is the recommended approach for must users looking to perform semantic search in {{es}}, because it abstracts away the complexity of setting up inference endpoints and models.
393+
- [The `semantic_text` workflow](/solutions/search/semantic-search.md#_semantic_text_workflow): Learn how to use the `semantic_text` field type for semantic search. This is the recommended approach for must users looking to perform semantic search in {{es}}, because it abstracts away the complexity of setting up inference endpoints and models.

0 commit comments

Comments
 (0)