Skip to content

Commit 8c3b1b6

Browse files
committed
Fix docs links
1 parent f7fe838 commit 8c3b1b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeohash.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private static int checkPrecisionRange(int precision) {
118118
description = """
119119
Calculates the `geohash` of the supplied geo_point at the specified precision.
120120
The result is long encoded. Use [TO_STRING](#esql-to_string) to convert the result to a string,
121-
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape.md) to calculate
121+
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape) to calculate
122122
the `geo_shape` bounding geometry.
123123
124124
These functions are related to the [`geo_grid` query](/reference/query-languages/query-dsl/query-dsl-geo-grid-query.md)

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeohex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private static int checkPrecisionRange(int precision) {
119119
description = """
120120
Calculates the `geohex`, the H3 cell-id, of the supplied geo_point at the specified precision.
121121
The result is long encoded. Use [TO_STRING](#esql-to_string) to convert the result to a string,
122-
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape.md) to calculate
122+
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape) to calculate
123123
the `geo_shape` bounding geometry.
124124
125125
These functions are related to the [`geo_grid` query](/reference/query-languages/query-dsl/query-dsl-geo-grid-query.md)

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeotile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public GeoTileBoundedGrid get(DriverContext context) {
115115
description = """
116116
Calculates the `geotile` of the supplied geo_point at the specified precision.
117117
The result is long encoded. Use [TO_STRING](#esql-to_string) to convert the result to a string,
118-
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape.md) to calculate
118+
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape) to calculate
119119
the `geo_shape` bounding geometry.
120120
121121
These functions are related to the [`geo_grid` query](/reference/query-languages/query-dsl/query-dsl-geo-grid-query.md)

0 commit comments

Comments
 (0)