Skip to content

Commit ffd76d7

Browse files
committed
Fix links
1 parent 3d8f3c1 commit ffd76d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site/content/3.12/aql/functions/geo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ lies South of the parallel of latitude at 54 degrees.
333333
{{< info >}}
334334
ArangoDB version before 3.10 did an inconsistent special detection of "rectangle"
335335
polygons that later versions from 3.10 onward no longer do, see
336-
[Legacy Polygons](#legacy-polygons).
336+
[Legacy Polygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#legacy-polygons).
337337
{{< /info >}}
338338

339339
Furthermore, there is an issue with the interpretation of linear rings

site/content/3.12/index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ description: >-
88
archetype: default
99
---
1010
The geo-spatial index type in ArangoDB is based on [Google S2](http://s2geometry.io/).
11-
Indexing is supported for a subset of the [**GeoJSON**](#geojson) geometry types
12-
as well as simple latitude/longitude pairs.
11+
Indexing is supported for a subset of the [**GeoJSON**](../../../aql/functions/geo.md#geojson)
12+
geometry types as well as simple latitude/longitude pairs.
1313

1414
AQL's geospatial functions and GeoJSON constructors are described in
1515
[Geo functions](../../../aql/functions/geo.md).

0 commit comments

Comments
 (0)