From 89c1dc77d94b3ccd732b431f4019c70cf172dd92 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 19 May 2020 11:36:37 +0200 Subject: [PATCH] DATAMONGO-2553 - Fix reference documentation links. Remove links to removed documentations sections. --- src/main/asciidoc/new-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index 46f953d76..1a1fc849d 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -87,7 +87,7 @@ * Out-of-the-box support for `java.util.Currency` in object mapping. * Support for the bulk operations introduced in MongoDB 2.6. * Upgrade to Querydsl 4. -* Assert compatibility with MongoDB 3.0 and MongoDB Java Driver 3.2 (see: <>). +* Assert compatibility with MongoDB 3.0 and MongoDB Java Driver 3.2. [[new-features.1-8-0]] == What's New in Spring Data MongoDB 1.8 @@ -101,7 +101,7 @@ [[new-features.1-7-0]] == What's New in Spring Data MongoDB 1.7 -* Assert compatibility with MongoDB 3.0 and MongoDB Java Driver 3-beta3 (see: <>). +* Assert compatibility with MongoDB 3.0 and MongoDB Java Driver 3-beta3. * Support JSR-310 and ThreeTen back-port date/time types. * Allow `Stream` as a query method return type (see: <>). * https://geojson.org/[GeoJSON] support in both domain types and queries (see: <>).