Skip to content

Commit 1d45e32

Browse files
committed
Fix link from Spring MVC to OXM chapter
1 parent 7737175 commit 1d45e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/web/webmvc-view.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,8 +2063,8 @@ package to render the response content as XML. The object to be marshalled can b
20632063
explicitly using ``MarhsallingView``'s `modelKey` bean property. Alternatively, the view
20642064
will iterate over all model properties and marshal the first type that is supported
20652065
by the `Marshaller`. For more information on the functionality in the
2066-
`org.springframework.oxm` package refer to the chapter <<oxm,Marshalling XML using O/X
2067-
Mappers>>.
2066+
`org.springframework.oxm` package refer to the chapter
2067+
<<data-access.adoc#oxm,Marshalling XML using O/X Mappers>>.
20682068

20692069

20702070

0 commit comments

Comments
 (0)