Fix broken asciidoc link to declarative transaction management

Closes gh-23041
This commit is contained in:
Artsiom Chapialiou
2019-05-27 18:49:11 -04:00
committed by Sebastien Deleuze
parent 80c6f2bcf9
commit 0267bcb404

View File

@@ -26,7 +26,7 @@ The lower-level AOP support is discussed in <<aop-api, the following chapter>>.
AOP is used in the Spring Framework to:
* Provide declarative enterprise services. The most important such service is
<<transaction-declarative, declarative transaction management>>.
<<data-access.adoc#transaction-declarative, declarative transaction management>>.
* Let users implement custom aspects, complementing their use of OOP with AOP.
NOTE: If you are interested only in generic declarative services or other pre-packaged