Skip to content

Commit daea923

Browse files
areysdeleuze
authored andcommitted
Reference the spring-framework-petclinic repository
Closes gh-33539
1 parent 5efb385 commit daea923

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

framework-docs/antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ asciidoc:
7373
kotlin-issues: 'https://youtrack.jetbrains.com/issue'
7474
micrometer-docs: 'https://docs.micrometer.io/micrometer/reference'
7575
micrometer-context-propagation-docs: 'https://docs.micrometer.io/context-propagation/reference'
76+
petclinic-github-org: 'https://github.com/spring-petclinic'
7677
reactive-streams-site: 'https://www.reactive-streams.org'
7778
reactive-streams-spec: 'https://github.com/reactive-streams/reactive-streams-jvm/blob/master/README.md#specification'
7879
reactor-github-org: 'https://github.com/reactor'

framework-docs/modules/ROOT/pages/core/aop/using-aspectj.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ who typically are in charge of the deployment configuration, such as the launch
420420
Now that the sales pitch is over, let us first walk through a quick example of AspectJ
421421
LTW that uses Spring, followed by detailed specifics about elements introduced in the
422422
example. For a complete example, see the
423-
{spring-github-org}/spring-petclinic[Petclinic sample application].
423+
{petclinic-github-org}/spring-framework-petclinic[Petclinic sample application based on Spring Framework].
424424

425425

426426
[[aop-aj-ltw-first-example]]

0 commit comments

Comments
 (0)