From 50973f73c70723198752d6ded3ad6af2c05b5674 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 27 Mar 2022 17:47:41 +0200 Subject: [PATCH] Change link from 5.3.x to main See gh-28228 --- src/docs/asciidoc/testing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/testing.adoc b/src/docs/asciidoc/testing.adoc index ddc4b08102f2..c7dd53d9fd30 100644 --- a/src/docs/asciidoc/testing.adoc +++ b/src/docs/asciidoc/testing.adoc @@ -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. =====