From 92b4ba6367a26a852250a24de83452dd7fbcc4e7 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Mon, 27 Jan 2020 23:34:09 +0100 Subject: [PATCH] Fix structuring your code link in multi-page HTML documentation Closes gh-19953 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 9085cecd92..4921ba6a1c 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -6942,7 +6942,7 @@ NOTE: Make sure to not use the regular `@Import` annotation to import auto-confi [[boot-features-testing-spring-boot-applications-testing-user-configuration]] ==== User Configuration and Slicing -If you <> in a sensible way, your `@SpringBootApplication` class is <> as the configuration of your tests. +If you <> in a sensible way, your `@SpringBootApplication` class is <> as the configuration of your tests. It then becomes important not to litter the application's main class with configuration settings that are specific to a particular area of its functionality.