Skip to content

Commit 92b4ba6

Browse files
dreis2211wilkinsona
authored andcommitted
Fix structuring your code link in multi-page HTML documentation
Closes gh-19953
1 parent 4eb71fc commit 92b4ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6942,7 +6942,7 @@ NOTE: Make sure to not use the regular `@Import` annotation to import auto-confi
69426942

69436943
[[boot-features-testing-spring-boot-applications-testing-user-configuration]]
69446944
==== User Configuration and Slicing
6945-
If you <<using-boot-structuring-your-code, structure your code>> in a sensible way, your `@SpringBootApplication` class is <<boot-features-testing-spring-boot-applications-detecting-config, used by default>> as the configuration of your tests.
6945+
If you <<using-spring-boot.adoc#using-boot-structuring-your-code, structure your code>> in a sensible way, your `@SpringBootApplication` class is <<boot-features-testing-spring-boot-applications-detecting-config, used by default>> as the configuration of your tests.
69466946

69476947
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.
69486948

0 commit comments

Comments
 (0)