Przeglądaj źródła

fix broken link (#134348)

This PR fixes a broken link for Geographic bounding box.

Connected to: https://github.com/elastic/docs-content/issues/2779
Charlotte Hoblik 1 miesiąc temu
rodzic
commit
d104703970

+ 1 - 1
docs/reference/aggregations/search-aggregations-metrics-geobounds-aggregation.md

@@ -88,7 +88,7 @@ The Geo Bounds Aggregation is also supported on `geo_shape` fields.
 
 If [`wrap_longitude`](#geo-bounds-wrap-longitude) is set to `true` (the default), the bounding box can overlap the international date line and return a bounds where the `top_left` longitude is larger than the `top_right` longitude.
 
-For example, the upper right longitude will typically be greater than the lower left longitude of a geographic bounding box. However, when the area crosses the 180° meridian, the value of the lower left longitude will be greater than the value of the upper right longitude. See [Geographic bounding box](http://docs.opengeospatial.org/is/12-063r5/12-063r5.md#30) on the Open Geospatial Consortium website for more information.
+For example, the upper right longitude will typically be greater than the lower left longitude of a geographic bounding box. However, when the area crosses the 180° meridian, the value of the lower left longitude will be greater than the value of the upper right longitude. See [Geographic bounding box](https://docs.ogc.org/is/12-063r5/12-063r5.html#30) on the Open Geospatial Consortium website for more information.
 
 Example: