From 238d8c5ed0d522b4abccfd105d78785320baafdb Mon Sep 17 00:00:00 2001 From: Thom Date: Mon, 6 Feb 2023 17:11:40 +0100 Subject: [PATCH] Fix link to custom conversion section in reference documentation. Closes: #4287 --- src/main/asciidoc/reference/mapping.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/mapping.adoc b/src/main/asciidoc/reference/mapping.adoc index e899e590b..dbaaf2dd7 100644 --- a/src/main/asciidoc/reference/mapping.adoc +++ b/src/main/asciidoc/reference/mapping.adoc @@ -69,7 +69,7 @@ When querying and updating `MongoTemplate` will use the converter to handle conv == Data Mapping and Type Conversion This section explains how types are mapped to and from a MongoDB representation. Spring Data MongoDB supports all types that can be represented as BSON, MongoDB's internal document format. -In addition to these types, Spring Data MongoDB provides a set of built-in converters to map additional types. You can provide your own converters to adjust type conversion. See <> for further details. +In addition to these types, Spring Data MongoDB provides a set of built-in converters to map additional types. You can provide your own converters to adjust type conversion. See <> for further details. The following provides samples of each available type conversion: