Skip to content

Commit 005ee73

Browse files
tommackcbeams
authored andcommitted
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.
1 parent 11d975b commit 005ee73

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)