Skip to content

Commit

Permalink
Remove extra URL prefix in the MVC chapter
Browse files Browse the repository at this point in the history
A link in the MVC chapter of the reference manual contained an extra
"http://" URL prefix.

This commit removes the extra "http://" URL prefix.
  • Loading branch information
tommack authored and cbeams committed Dec 28, 2012
1 parent 11d975b commit 005ee73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reference/docbook/mvc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 005ee73

Please sign in to comment.