Fix reference to assets on the default branch in ref doc

See gh-26863
This commit is contained in:
Stephane Nicoll
2021-04-27 07:18:23 +02:00
parent ab64607420
commit e4a5d2aaa5
8 changed files with 19 additions and 18 deletions

View File

@@ -7573,9 +7573,9 @@ of testing even within the same project.
===== Further Examples
The framework's own tests include
https://github.com/spring-projects/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/servlet/samples[
{spring-framework-main-code}/spring-test/src/test/java/org/springframework/test/web/servlet/samples[
many sample tests] intended to show how to use MockMvc on its own or through the
https://github.com/spring-projects/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client[
{spring-framework-main-code}/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client[
WebTestClient]. Browse these examples for further ideas.
@@ -8784,7 +8784,7 @@ configuration. Check for the support for code completion on static members.
==== Further Examples of Client-side REST Tests
Spring MVC Test's own tests include
https://github.com/spring-projects/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/client/samples[example
{spring-framework-main-code}/spring-test/src/test/java/org/springframework/test/web/client/samples[example
tests] of client-side REST tests.