Fix javadoc link in AOP extensibility documentation

Closes gh-29554
This commit is contained in:
Juergen Hoeller
2022-11-22 22:00:57 +01:00
parent 98c514ecbe
commit ed5ab77397

View File

@@ -1755,5 +1755,5 @@ support for new custom advice types be added without changing the core framework
The only constraint on a custom `Advice` type is that it must implement the
`org.aopalliance.aop.Advice` marker interface.
See the {api-spring-framework}/aop/framework/adapter/package-frame.html[`org.springframework.aop.framework.adapter`]
See the {api-spring-framework}/aop/framework/adapter/package-summary.html[`org.springframework.aop.framework.adapter`]
javadoc for further information.