Change link from 5.3.x to main

See gh-28228
This commit is contained in:
Sam Brannen 2022-03-27 17:47:41 +02:00
parent e88a88cb7d
commit 50973f73c7
1 changed files with 1 additions and 1 deletions

View File

@ -5871,7 +5871,7 @@ example.
----
See
https://github.com/spring-projects/spring-framework/blob/5.3.x/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/orm/JpaEntityListenerTests.java[JpaEntityListenerTests]
https://github.com/spring-projects/spring-framework/blob/main/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/orm/JpaEntityListenerTests.java[JpaEntityListenerTests]
in the Spring Framework test suite for working examples using all JPA lifecycle callbacks.
=====