Skip to content

Commit b83e261

Browse files
committed
Merge pull request #208 from tommack/typo-fix
# By Tom Mack * typo-fix: Remove extra URL prefix in the MVC chapter
2 parents 11d975b + 005ee73 commit b83e261

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/reference/docbook/mvc.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,9 +2484,9 @@ deferredResult.setResult(data);
24842484
resumes with the asynchronously produced result.
24852485
</para>
24862486

2487-
<para>Explaining the motivation for async request processing, when or why to use it
2488-
is beyond the scope of this document. For further information you may wish to read
2489-
<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>.
2487+
<para>Explaining the motivation for async request processing and when or why to use it
2488+
are beyond the scope of this document. For further information you may wish to read
2489+
<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>.
24902490
</para>
24912491

24922492
<section xml:id="mvc-ann-async-exceptions">

0 commit comments

Comments
 (0)