Skip to content

Commit 238d8c5

Browse files
Shibechristophstrobl
authored andcommitted
Fix link to custom conversion section in reference documentation.
Closes: #4287
1 parent c096caa commit 238d8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/mapping.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ When querying and updating `MongoTemplate` will use the converter to handle conv
6969
== Data Mapping and Type Conversion
7070

7171
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.
72-
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 <<mapping-explicit-converters>> for further details.
72+
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 <<mongo.custom-converters>> for further details.
7373

7474
The following provides samples of each available type conversion:
7575

0 commit comments

Comments
 (0)