From d4ad460fb76494718945815c975a610636c8de8d Mon Sep 17 00:00:00 2001 From: Simran Date: Mon, 18 Jun 2018 11:00:28 +0200 Subject: [PATCH] Doc - Remove stale link to GeoConstructors (#5587) --- Documentation/Books/Manual/Indexing/Geo.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation/Books/Manual/Indexing/Geo.md b/Documentation/Books/Manual/Indexing/Geo.md index b5796e3895..40e9779751 100644 --- a/Documentation/Books/Manual/Indexing/Geo.md +++ b/Documentation/Books/Manual/Indexing/Geo.md @@ -5,10 +5,8 @@ ArangoDB features a [Google S2](http://s2geometry.io/) based geospatial index. We support indexing on a subset of the [**GeoJSON**](#geojson) standard (as well as simple latitude longitude pairs). -AQL's geospatial utility functions are described in [Geo -functions](../../AQL/Functions/Geo.html). Helper functions to easily create -GeoJSON objects are described in [GeoJSON -Constructors](../../AQL/Functions/GeoConstructors.html). +AQL's geospatial functions and GeoJSON constructors are described in +[Geo functions](../../AQL/Functions/Geo.html). Using a Geo-Spatial Index -------------------------