Skip to content

Commit

Permalink
Fix javadoc link in AOP extensibility documentation
Browse files Browse the repository at this point in the history
Closes gh-29554
  • Loading branch information
jhoeller committed Nov 22, 2022
1 parent 98c514e commit ed5ab77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework-docs/src/docs/asciidoc/core/core-aop-api.adoc
Expand Up @@ -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.

0 comments on commit ed5ab77

Please sign in to comment.