Fix link text from "null" to "Component Classes" in Testing chapter

Closes gh-30714
This commit is contained in:
Anton Gubenko 2023-06-21 13:13:40 +02:00 committed by Sam Brannen
parent 40e378a5a6
commit 9b5cbc1334
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Resource locations are typically XML configuration files or Groovy scripts locat
classpath, while component classes are typically `@Configuration` classes. However,
resource locations can also refer to files and scripts in the file system, and component
classes can be `@Component` classes, `@Service` classes, and so on. See
xref:testing/testcontext-framework/ctx-management/javaconfig.adoc#testcontext-ctx-management-javaconfig-component-classes[null] for further details.
xref:testing/testcontext-framework/ctx-management/javaconfig.adoc#testcontext-ctx-management-javaconfig-component-classes[Component Classes] for further details.
The following example shows a `@ContextConfiguration` annotation that refers to an XML
file: