Remove extra URL prefix in the MVC chapter

A link in the MVC chapter of the reference manual contained an extra
"http://" URL prefix.

This commit removes the extra "http://" URL prefix.
master
Tom Mack 12 years ago committed by Chris Beams
parent 11d975bfef
commit 005ee7385f
  1. 6
      src/reference/docbook/mvc.xml

@ -2484,9 +2484,9 @@ deferredResult.setResult(data);
resumes with the asynchronously produced result.
</para>
<para>Explaining the motivation for async request processing, when or why to use it
is beyond the scope of this document. For further information you may wish to read
<link xl:href="http://http://blog.springsource.org/2012/05/06/spring-mvc-3-2-preview-introducing-servlet-3-async-support/"> this blog post series</link>.
<para>Explaining the motivation for async request processing and when or why to use it
are beyond the scope of this document. For further information you may wish to read
<link xl:href="http://blog.springsource.org/2012/05/06/spring-mvc-3-2-preview-introducing-servlet-3-async-support/">this blog post series</link>.
</para>
<section xml:id="mvc-ann-async-exceptions">

Loading…
Cancel
Save