Upgrade reference to castor website

Issue: SPR-12991
master
Stephane Nicoll 9 years ago
parent c111ea89cf
commit aed523c112
  1. 4
      src/asciidoc/data-access.adoc

@ -6816,7 +6816,7 @@ not require any further configuration, though a mapping file can be used to have
control over the behavior of Castor. control over the behavior of Castor.
For more information on Castor, refer to the For more information on Castor, refer to the
http://castor.codehaus.org/xml-framework.html[__Castor web site__]. The Spring http://castor-data-binding.github.io/castor[__Castor web site__]. The Spring
integration classes reside in the `org.springframework.oxm.castor` package. integration classes reside in the `org.springframework.oxm.castor` package.
@ -6841,7 +6841,7 @@ interface. It can be wired up as follows:
==== Mapping ==== Mapping
Although it is possible to rely on Castor's default marshalling behavior, it might be 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 necessary to have more control over it. This can be accomplished using a Castor mapping
file. For more information, refer to http://castor.codehaus.org/xml-mapping.html[Castor file. For more information, refer to http://castor-data-binding.github.io/castor/reference-guides/1.3.3/html-single/index.html#xml.mapping[Castor
XML Mapping]. XML Mapping].
The mapping can be set using the `mappingLocation` resource property, indicated below The mapping can be set using the `mappingLocation` resource property, indicated below

Loading…
Cancel
Save