@@ -259,9 +259,10 @@ element:
259259 <aop:aspectj-autoproxy/>
260260----
261261
262- This assumes that you are using schema support as described in <<appendix.adoc#xsd-configuration,
263- XML Schema-based configuration>>. See <<appendix.adoc#xsd-config-body-schemas-aop, the AOP schema>>
264- for how to import the tags in the `aop` namespace.
262+ This assumes that you are using schema support as described in
263+ <<core.adoc#xsd-schemas, XML Schema-based configuration>>. See
264+ <<core.adoc#xsd-schemas-aop, the AOP schema>> for how to import the tags in the `aop`
265+ namespace.
265266
266267
267268
@@ -1553,9 +1554,9 @@ the new __syntax__ and refer the reader to the discussion in the previous sectio
15531554of advice parameters.
15541555
15551556To use the aop namespace tags described in this section, you need to import the
1556- `spring-aop` schema as described in <<appendix .adoc#xsd-configuration ,
1557+ `spring-aop` schema as described in <<core .adoc#xsd-schemas ,
15571558XML Schema-based configuration>>.
1558- See <<appendix .adoc#xsd-config-body -schemas-aop, the AOP schema>>
1559+ See <<core .adoc#xsd-schemas-aop, the AOP schema>>
15591560for how to import the tags in the `aop` namespace.
15601561
15611562Within your Spring configurations, all aspect and advisor elements must be placed within
@@ -2793,8 +2794,9 @@ using Java based configuration simply add `@EnableSpringConfigured` to any
27932794 }
27942795----
27952796
2796- If you prefer XML based configuration, the Spring <<appendix.adoc#xsd-config-body-schemas-context,
2797- `context` namespace>> defines a convenient `context:spring-configured` element:
2797+ If you prefer XML based configuration, the Spring
2798+ <<core.adoc#xsd-schemas-context, `context` namespace>>
2799+ defines a convenient `context:spring-configured` element:
27982800
27992801[source,xml,indent=0]
28002802[subs="verbatim,quotes"]
0 commit comments