Skip to content

Commit

Permalink
Reference the spring-framework-petclinic repository
Browse files Browse the repository at this point in the history
Closes gh-33539
  • Loading branch information
arey authored and sdeleuze committed Sep 16, 2024
1 parent 5efb385 commit daea923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions framework-docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit daea923

Please sign in to comment.