From ed5ab77397e773cfce3b17d00ceb8e84b0581aab Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 22 Nov 2022 22:00:57 +0100 Subject: [PATCH] Fix javadoc link in AOP extensibility documentation Closes gh-29554 --- framework-docs/src/docs/asciidoc/core/core-aop-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/src/docs/asciidoc/core/core-aop-api.adoc b/framework-docs/src/docs/asciidoc/core/core-aop-api.adoc index 26e91ea39b18..1fa9a236eb63 100644 --- a/framework-docs/src/docs/asciidoc/core/core-aop-api.adoc +++ b/framework-docs/src/docs/asciidoc/core/core-aop-api.adoc @@ -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.