Skip to content

Commit bf9acf9

Browse files
committed
Fix links
1 parent d2b56fa commit bf9acf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ navigation_title: "Search and filter with ES|QL"
55
# Tutorial: Full-text search and filtering with {{esql}}
66

77
:::{tip}
8-
This tutorial presents examples in {{esql}} syntax. Refer to [the Query DSL version](query-dsl-full-text-filter-tutorial.md) for the equivalent examples in Query DSL syntax.
8+
This tutorial presents examples in {{esql}} syntax. Refer to [the Query DSL version](querydsl-full-text-filter-tutorial.md) for the equivalent examples in Query DSL syntax.
99
:::
1010

1111
This is a hands-on introduction to the basics of [full-text search](full-text.md) with Elasticsearch, also known as *lexical search*, and how to filter search results based on exact criteria. In this scenario, we're implementing a search function for a cooking blog. The blog contains recipes with various attributes including textual content, categorical data, and numerical ratings.
1212

1313
## Requirements
1414

15-
You'll need a running {{es}} cluster, together with {{kib}} to use the Dev Tools API Console. Refer to [choose your deployment type](/deploy-manage/deploy#choosing-your-deployment-type) for deployment options.
15+
You'll need a running {{es}} cluster, together with {{kib}} to use the Dev Tools API Console. Refer to [choose your deployment type](/deploy-manage/deploy.md#choosing-your-deployment-type) for deployment options.
1616

1717
Want to get started quickly? Run the following command in your terminal to set up a [single-node local cluster in Docker](get-started.md):
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To achieve these goals we’ll use different Elasticsearch queries to perform fu
2929

3030
## Requirements [full-text-filter-tutorial-requirements]
3131

32-
You’ll need a running {{es}} cluster, together with {{kib}} to use the Dev Tools API Console. Refer to [choose your deployment type](/deploy-manage/deploy#choosing-your-deployment-type) for deployment options.
32+
You’ll need a running {{es}} cluster, together with {{kib}} to use the Dev Tools API Console. Refer to [choose your deployment type](/deploy-manage/deploy.md#choosing-your-deployment-type) for deployment options.
3333

3434
Want to get started quickly? Run the following command in your terminal to set up a [single-node local cluster in Docker](get-started.md):
3535

0 commit comments

Comments
 (0)