Skip to content

Commit ec0ff74

Browse files
committed
[DOCS] Remove poor link in sql-index-frozen.md (#127543)
1 parent 84cb037 commit ec0ff74

22 files changed

+28
-28
lines changed

docs/reference/query-languages/sql/sql-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-commands.html
44
---
55

6-
# SQL Commands [sql-commands]
6+
# SQL commands [sql-commands]
77

88
This section contains the list of SQL commands supported by Elasticsearch SQL along with their syntax:
99

docs/reference/query-languages/sql/sql-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-data-types.html
44
---
55

6-
# Data Types [sql-data-types]
6+
# Data types [sql-data-types]
77

88
**Core types**
99

docs/reference/query-languages/sql/sql-functions-aggs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-aggs.html
44
---
55

6-
# Aggregate Functions [sql-functions-aggs]
6+
# Aggregate functions [sql-functions-aggs]
77

88
Functions for computing a *single* result from a set of input values. Elasticsearch SQL supports aggregate functions only alongside [grouping](/reference/query-languages/sql/sql-syntax-select.md#sql-syntax-group-by) (implicit or explicit).
99

1010

11-
## General Purpose [sql-functions-aggs-general]
11+
## General purpose [sql-functions-aggs-general]
1212

1313
## `AVG` [sql-functions-aggs-avg]
1414

docs/reference/query-languages/sql/sql-functions-conditional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-conditional.html
44
---
55

6-
# Conditional Functions And Expressions [sql-functions-conditional]
6+
# Conditional functions and expressions [sql-functions-conditional]
77

88
Functions that return one of their arguments by evaluating in an if-else manner.
99

docs/reference/query-languages/sql/sql-functions-datetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-datetime.html
44
---
55

6-
# Date/Time and Interval Functions and Operators [sql-functions-datetime]
6+
# Date/time and interval functions and operators [sql-functions-datetime]
77

88
Elasticsearch SQL offers a wide range of facilities for performing date/time manipulations.
99

docs/reference/query-languages/sql/sql-functions-geo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-geo.html
44
---
55

6-
# Geo Functions [sql-functions-geo]
6+
# Geo functions [sql-functions-geo]
77

88
::::{warning}
99
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

docs/reference/query-languages/sql/sql-functions-grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-grouping.html
44
---
55

6-
# Grouping Functions [sql-functions-grouping]
6+
# Grouping functions [sql-functions-grouping]
77

88
Functions for creating special *grouping*s (also known as *bucketing*); as such these need to be used as part of the [grouping](/reference/query-languages/sql/sql-syntax-select.md#sql-syntax-group-by).
99

docs/reference/query-languages/sql/sql-functions-math.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-math.html
44
---
55

6-
# Mathematical Functions [sql-functions-math]
6+
# Mathematical functions [sql-functions-math]
77

88
All math and trigonometric functions require their input (where applicable) to be numeric.
99

docs/reference/query-languages/sql/sql-functions-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-search.html
44
---
55

6-
# Full-Text Search Functions [sql-functions-search]
6+
# Full-text search functions [sql-functions-search]
77

88
Search functions should be used when performing full-text search, namely when the `MATCH` or `QUERY` predicates are being used. Outside a, so-called, search context, these functions will return default values such as `0` or `NULL`.
99

docs/reference/query-languages/sql/sql-functions-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-string.html
44
---
55

6-
# String Functions [sql-functions-string]
6+
# String functions [sql-functions-string]
77

88
Functions for performing string manipulation.
99

0 commit comments

Comments
 (0)