Fix broken link to Web MVC Testing section

This commit is contained in:
Sam Brannen 2022-11-19 14:37:29 +01:00
parent af40a124bb
commit 9c3efdec32
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ include::web/webflux-websocket.adoc[leveloffset=+1]
[[webflux-test]]
== Testing
[.small]#<<web.adoc#testing, Same in Spring MVC>>#
[.small]#<<web.adoc#webmvc.test, Same in Spring MVC>>#
The `spring-test` module provides mock implementations of `ServerHttpRequest`,
`ServerHttpResponse`, and `ServerWebExchange`.