From 57ded51de03825b4acc6c6660d1633b8e211c9f4 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 9 Aug 2018 10:27:45 +0300 Subject: [PATCH] Fix link from Spring MVC to OXM chapter --- src/docs/asciidoc/web/webmvc-view.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/web/webmvc-view.adoc b/src/docs/asciidoc/web/webmvc-view.adoc index 47a43b08f4..c2e43cea51 100644 --- a/src/docs/asciidoc/web/webmvc-view.adoc +++ b/src/docs/asciidoc/web/webmvc-view.adoc @@ -2058,8 +2058,8 @@ package to render the response content as XML. The object to be marshalled can b explicitly using ``MarhsallingView``'s `modelKey` bean property. Alternatively, the view will iterate over all model properties and marshal the first type that is supported by the `Marshaller`. For more information on the functionality in the -`org.springframework.oxm` package refer to the chapter <>. +`org.springframework.oxm` package refer to the chapter +<>.