Fix broken Castor URLs in ref docs and mapping XML

Issue: SPR-10189
Backport-Commit: d40c8cf

Conflicts:
	spring-framework-reference/src/oxm.xml
This commit is contained in:
Chris Beams
2013-01-21 11:21:44 +01:00
parent 9d77afc218
commit acd268e48f
3 changed files with 5 additions and 5 deletions

View File

@@ -437,7 +437,7 @@ public class Application {
though a mapping file can be used to have more control over the behavior of Castor.
</para>
<para>
For more information on Castor, refer to the <ulink url="http://castor.org/xml-framework.html">
For more information on Castor, refer to the <ulink url="http://castor.codehaus.org/xml-framework.html">
<citetitle>Castor web site</citetitle></ulink>. The Spring integration classes reside in the
<package>org.springframework.oxm.castor</package> package.
</para>
@@ -461,7 +461,7 @@ public class Application {
<para>
Although it is possible to rely on Castor's default marshalling behavior, it might be necessary to have
more control over it. This can be accomplished using a Castor mapping file. For more information, refer
to <ulink url="http://castor.org/xml-mapping.html">Castor XML Mapping</ulink>.
to <ulink url="http://castor.codehaus.org/xml-mapping.html">Castor XML Mapping</ulink>.
</para>
<para>
The mapping can be set using the <property>mappingLocation</property> resource property, indicated