We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7737175 commit 1d45e32Copy full SHA for 1d45e32
src/docs/asciidoc/web/webmvc-view.adoc
@@ -2063,8 +2063,8 @@ package to render the response content as XML. The object to be marshalled can b
2063
explicitly using ``MarhsallingView``'s `modelKey` bean property. Alternatively, the view
2064
will iterate over all model properties and marshal the first type that is supported
2065
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>>.
+`org.springframework.oxm` package refer to the chapter
+<<data-access.adoc#oxm,Marshalling XML using O/X Mappers>>.
2068
2069
2070
0 commit comments