Skip to content

Commit 47c66f4

Browse files
ngocnhan-tran1996snicoll
authored andcommitted
Fix link to MockMvcBuilders in reference documentation
See gh-34031
1 parent b5dd0a6 commit 47c66f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/testing/webtestclient.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Kotlin::
127127
======
128128

129129
For Spring MVC, use the following where the Spring `ApplicationContext` is passed to
130-
{spring-framework-api}/test/web/servlet/setup/MockMvcBuilders.html#webAppContextSetup-org.springframework.web.context.WebApplicationContext-[MockMvcBuilders.webAppContextSetup]
130+
{spring-framework-api}/test/web/servlet/setup/MockMvcBuilders.html#webAppContextSetup(org.springframework.web.context.WebApplicationContext)[MockMvcBuilders.webAppContextSetup]
131131
to create a xref:testing/mockmvc.adoc[MockMvc] instance to handle
132132
requests:
133133

0 commit comments

Comments
 (0)