Skip to content

Commit 93ac4ae

Browse files
committed
Fix broken links.
1 parent 73a0ab8 commit 93ac4ae

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/reference/query-languages/query-dsl/query-dsl-kql-query.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ applies_to:
1010
# KQL query [query-dsl-kql-query]
1111

1212
Returns documents matching a provided KQL expression. The value of the `query` parameter is parsed using the
13-
[Kibana Query Language (KQL)](docs-content://query-languages/kql.md) and rewritten into standard Query DSL.
13+
[Kibana Query Language (KQL)](/reference/query-languages/kql.md) and rewritten
14+
into standard Query DSL.
1415

1516
Use this query when you want to accept KQL input (for example from a Kibana search bar) directly in Elasticsearch.
1617

@@ -33,7 +34,8 @@ GET /_search
3334

3435
`query`
3536
: (Required, string) The KQL expression to parse. See the
36-
[KQL language reference](docs-content://query-languages/kql.md) for supported syntax.
37+
[KQL language reference](/reference/query-languages/kql.md) for supported
38+
syntax.
3739

3840
`case_insensitive`
3941
: (Optional, boolean) If `true`, performs case-insensitive matching for field names and keyword / text terms.
@@ -67,7 +69,8 @@ GET /_search
6769

6870
The `kql` query accepts a single KQL expression string in the `query` parameter. All language elements (field matching,
6971
wildcards, boolean logic, ranges, nested scoping) are defined in the
70-
[KQL language reference](docs-content://query-languages/kql.md). This page does not duplicate that syntax.
72+
[KQL language reference](/reference/query-languages/kql.md). This page does not
73+
duplicate that syntax.
7174

7275
## Additional examples [kql-examples]
7376

@@ -144,5 +147,5 @@ or [`simple_query_string`](./query-dsl-simple-query-string-query.md) when those
144147

145148
## See also [kql-see-also]
146149

147-
* [KQL language reference](docs-content://query-languages/kql.md)
150+
* [KQL language reference](/reference/query-languages/kql.md)
148151
* [Default field setting](/reference/elasticsearch/index-settings/index-modules.md#index-query-default-field)

0 commit comments

Comments
 (0)