Skip to content

Commit ed5ab77

Browse files
committed
Fix javadoc link in AOP extensibility documentation
Closes gh-29554
1 parent 98c514e commit ed5ab77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,5 +1755,5 @@ support for new custom advice types be added without changing the core framework
17551755
The only constraint on a custom `Advice` type is that it must implement the
17561756
`org.aopalliance.aop.Advice` marker interface.
17571757

1758-
See the {api-spring-framework}/aop/framework/adapter/package-frame.html[`org.springframework.aop.framework.adapter`]
1758+
See the {api-spring-framework}/aop/framework/adapter/package-summary.html[`org.springframework.aop.framework.adapter`]
17591759
javadoc for further information.

0 commit comments

Comments
 (0)