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. resumes with the asynchronously produced result.
</para> </para>
<para>Explaining the motivation for async request processing, when or why to use it <para>Explaining the motivation for async request processing and when or why to use it
is beyond the scope of this document. For further information you may wish to read are 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>. <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> </para>
<section xml:id="mvc-ann-async-exceptions"> <section xml:id="mvc-ann-async-exceptions">

Loading…
Cancel
Save