Closed
Description
Describe the bug
There is a broken link on the Spring MVC Test Integration documentation page. The link to "Spring MVC Test" currently points to a non-existent URL.
To Reproduce
- Go to https://docs.spring.io/spring-security/reference/servlet/test/mockmvc/index.html
- Find the link to "Spring MVC Test"
- Click on the link or observe that it points to https://docs.spring.io/spring-framework/reference/testing/spring-mvc-test-framework.html
- The link leads to a 404 error page
Expected behavior
The link should point to the correct Spring MVC Test documentation page, which appears to be at: https://docs.spring.io/spring-framework/reference/testing/mockmvc.html
I think it was https://docs.spring.io/spring/reference/6.1/testing/spring-mvc-test-framework.html and it changed at recently updated version.