Polish appendix cross-references

See gh-29689
This commit is contained in:
Andy Wilkinson
2022-02-09 13:24:05 +00:00
parent 079ea41d6d
commit f672a20f90
2 changed files with 2 additions and 2 deletions

View File

@@ -813,7 +813,7 @@ By default, it configures a `MockWebServiceClient` bean that can be used to call
(For more about using Web Services with Spring Boot, see "<<io#io.webservices>>", earlier in this chapter.)
TIP: A list of the auto-configuration settings that are enabled by `@WebServiceServerTest` can be <<test-auto-configuration#test-auto-configuration,found in the appendix>>.
TIP: A list of the auto-configuration settings that are enabled by `@WebServiceServerTest` can be <<test-auto-configuration#appendix.test-auto-configuration,found in the appendix>>.
The following example shows the `@WebServiceServerTest` annotation in use: