From 64a48ae9a60cb934aa975760ef4c4f3a8b0b9899 Mon Sep 17 00:00:00 2001 From: Simran Date: Tue, 23 Oct 2018 20:10:32 +0200 Subject: [PATCH] Doc - Turn ArangoSearch links into a list (#7029) --- Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md b/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md index cf3b595050..004620685d 100644 --- a/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md +++ b/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md @@ -12,9 +12,9 @@ ArangoSearch is a sophisticated, integrated full-text search solution over a user-defined set of attributes and collections. It is the first type of view in ArangoDB. -[ArangoSearch tutorial](https://www.arangodb.com/tutorials/arangosearch/) -[ArangoSearch overview](../Views/ArangoSearch/README.md) -[ArangoSearch in AQL](../../AQL/Views/ArangoSearch/index.html) +- [ArangoSearch tutorial](https://www.arangodb.com/tutorials/arangosearch/) +- [ArangoSearch overview](../Views/ArangoSearch/README.md) +- [ArangoSearch in AQL](../../AQL/Views/ArangoSearch/index.html) New geo index implementation