Skip to content

Commit dc1c4de

Browse files
committed
Adjust link label
1 parent 25be04d commit dc1c4de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ not considered a duplicate, although it probably should. The desired threshold
187187
for detecting duplicates may vary for every project (including how to calculate
188188
the distance even) and needs to be implemented on the application layer as
189189
needed. You can write a [Foxx service](../../../develop/foxx-microservices/_index.md) for this purpose and
190-
make use of the AQL [geo functions](../../../aql/functions/geo.md) to find nearby
190+
make use of the [Geo-spatial functions in AQL](../../../aql/functions/geo.md) to find nearby
191191
locations supported by a geo index.
192192

193193
In case that the index was successfully created, an object with the index

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ not considered a duplicate, although it probably should. The desired threshold
187187
for detecting duplicates may vary for every project (including how to calculate
188188
the distance even) and needs to be implemented on the application layer as
189189
needed. You can write a [Foxx service](../../../develop/foxx-microservices/_index.md) for this purpose and
190-
make use of the AQL [geo functions](../../../aql/functions/geo.md) to find nearby
190+
make use of the [Geo-spatial functions in AQL](../../../aql/functions/geo.md) to find nearby
191191
locations supported by a geo index.
192192

193193
In case that the index was successfully created, an object with the index

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ not considered a duplicate, although it probably should. The desired threshold
187187
for detecting duplicates may vary for every project (including how to calculate
188188
the distance even) and needs to be implemented on the application layer as
189189
needed. You can write a [Foxx service](../../../develop/foxx-microservices/_index.md) for this purpose and
190-
make use of the AQL [geo functions](../../../aql/functions/geo.md) to find nearby
190+
make use of the [Geo-spatial functions in AQL](../../../aql/functions/geo.md) to find nearby
191191
locations supported by a geo index.
192192

193193
In case that the index was successfully created, an object with the index

0 commit comments

Comments
 (0)