From daea92397f5fa0f37d30b377017563516eaec4ee Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Sat, 14 Sep 2024 11:46:44 +0200 Subject: [PATCH] Reference the spring-framework-petclinic repository Closes gh-33539 --- framework-docs/antora.yml | 1 + framework-docs/modules/ROOT/pages/core/aop/using-aspectj.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/framework-docs/antora.yml b/framework-docs/antora.yml index 0601ef951ad5..b6c4f73156a6 100644 --- a/framework-docs/antora.yml +++ b/framework-docs/antora.yml @@ -73,6 +73,7 @@ asciidoc: kotlin-issues: 'https://youtrack.jetbrains.com/issue' micrometer-docs: 'https://docs.micrometer.io/micrometer/reference' micrometer-context-propagation-docs: 'https://docs.micrometer.io/context-propagation/reference' + petclinic-github-org: 'https://github.com/spring-petclinic' reactive-streams-site: 'https://www.reactive-streams.org' reactive-streams-spec: 'https://github.com/reactive-streams/reactive-streams-jvm/blob/master/README.md#specification' reactor-github-org: 'https://github.com/reactor' diff --git a/framework-docs/modules/ROOT/pages/core/aop/using-aspectj.adoc b/framework-docs/modules/ROOT/pages/core/aop/using-aspectj.adoc index f17d62e2f368..edd74750918f 100644 --- a/framework-docs/modules/ROOT/pages/core/aop/using-aspectj.adoc +++ b/framework-docs/modules/ROOT/pages/core/aop/using-aspectj.adoc @@ -420,7 +420,7 @@ who typically are in charge of the deployment configuration, such as the launch Now that the sales pitch is over, let us first walk through a quick example of AspectJ LTW that uses Spring, followed by detailed specifics about elements introduced in the example. For a complete example, see the -{spring-github-org}/spring-petclinic[Petclinic sample application]. +{petclinic-github-org}/spring-framework-petclinic[Petclinic sample application based on Spring Framework]. [[aop-aj-ltw-first-example]]