From 9b5cbc13343a1494e41070d0efb60c6395afadae Mon Sep 17 00:00:00 2001 From: Anton Gubenko <34427391+antongub@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:13:40 +0200 Subject: [PATCH] Fix link text from "null" to "Component Classes" in Testing chapter Closes gh-30714 --- .../integration-spring/annotation-contextconfiguration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-contextconfiguration.adoc b/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-contextconfiguration.adoc index fe883635958..47294f5adae 100644 --- a/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-contextconfiguration.adoc +++ b/framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-contextconfiguration.adoc @@ -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: