Skip to content

Commit ef7a734

Browse files
authored
[DOCS] Remove poor link in sql-index-frozen.md
This PR removes a link in https://www.elastic.co/docs/reference/query-languages/sql/sql-index-frozen that goes to an API that no longer exists.
1 parent c90766d commit ef7a734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-languages/sql/sql-index-frozen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mapped_pages:
55

66
# Frozen Indices [sql-index-frozen]
77

8-
By default, Elasticsearch SQL doesn’t search [frozen indices](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-unfreeze). To search frozen indices, use one of the following features:
8+
By default, Elasticsearch SQL doesn’t search frozen indices. To search frozen indices, use one of the following features:
99

1010
dedicated configuration parameter
1111
: Set to `true` properties `index_include_frozen` in the [SQL search API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-sql-query) or `index.include.frozen` in the drivers to include frozen indices.

0 commit comments

Comments
 (0)