Skip to content

Commit 0267bcb

Browse files
ArtsiomChsdeleuze
authored andcommitted
Fix broken asciidoc link to declarative transaction management
Closes gh-23041
1 parent 80c6f2b commit 0267bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-aop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The lower-level AOP support is discussed in <<aop-api, the following chapter>>.
2626
AOP is used in the Spring Framework to:
2727

2828
* Provide declarative enterprise services. The most important such service is
29-
<<transaction-declarative, declarative transaction management>>.
29+
<<data-access.adoc#transaction-declarative, declarative transaction management>>.
3030
* Let users implement custom aspects, complementing their use of OOP with AOP.
3131

3232
NOTE: If you are interested only in generic declarative services or other pre-packaged

0 commit comments

Comments
 (0)