Skip to content

Commit

Permalink
Fix link text from "null" to "Component Classes" in Testing chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
antongub authored and mdeinum committed Jun 29, 2023
1 parent 01806fa commit 6c08f33
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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:
Expand Down

0 comments on commit 6c08f33

Please sign in to comment.