From 0267bcb404d7f6f03856a6c32a86bff872877f36 Mon Sep 17 00:00:00 2001 From: Artsiom Chapialiou Date: Mon, 27 May 2019 18:49:11 -0400 Subject: [PATCH] Fix broken asciidoc link to declarative transaction management Closes gh-23041 --- src/docs/asciidoc/core/core-aop.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-aop.adoc b/src/docs/asciidoc/core/core-aop.adoc index 21a3ae8cf6..e95011de58 100644 --- a/src/docs/asciidoc/core/core-aop.adoc +++ b/src/docs/asciidoc/core/core-aop.adoc @@ -26,7 +26,7 @@ The lower-level AOP support is discussed in <>. AOP is used in the Spring Framework to: * Provide declarative enterprise services. The most important such service is - <>. + <>. * 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