From 7c4448c588a7db1f0dcc173a3709de7dff590b25 Mon Sep 17 00:00:00 2001 From: Marco Haase Date: Tue, 14 Jan 2025 16:32:08 +0100 Subject: [PATCH] Fix broken link to MockMvc documentation Link to Test chapter of Spring Framework documentation is broken, this commit fixes it. Signed-off-by: Marco Haase --- docs/modules/ROOT/pages/servlet/test/mockmvc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/test/mockmvc/index.adoc b/docs/modules/ROOT/pages/servlet/test/mockmvc/index.adoc index 49d97c46a6..997f9db7c5 100644 --- a/docs/modules/ROOT/pages/servlet/test/mockmvc/index.adoc +++ b/docs/modules/ROOT/pages/servlet/test/mockmvc/index.adoc @@ -2,4 +2,4 @@ = Spring MVC Test Integration :page-section-summary-toc: 1 -Spring Security provides comprehensive integration with https://docs.spring.io/spring/docs/current/spring-framework-reference/html/testing.html#spring-mvc-test-framework[Spring MVC Test] +Spring Security provides comprehensive integration with https://docs.spring.io/spring-framework/reference/testing/mockmvc.html[Spring Testing MockMVC]