Skip to content

Commit 34747ba

Browse files
committed
Fix broken links to AOT sections
1 parent 7c5b2db commit 34747ba

File tree

1 file changed

+2
-2
lines changed
  • framework-docs/modules/ROOT/pages/testing/testcontext-framework

1 file changed

+2
-2
lines changed

framework-docs/modules/ROOT/pages/testing/testcontext-framework/aot.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ following features.
1414
testing annotations -- as long as the tests are run using a JUnit Platform
1515
`TestEngine` that is registered for the current project.
1616
* Build-time AOT processing: each unique test `ApplicationContext` in the current project
17-
will be xref:core/aot.adoc#refresh[refreshed for AOT processing].
17+
will be xref:core/aot.adoc#aot.refresh[refreshed for AOT processing].
1818
* Runtime AOT support: when executing in AOT runtime mode, a Spring integration test will
1919
use an AOT-optimized `ApplicationContext` that participates transparently with the
2020
xref:testing/testcontext-framework/ctx-management/caching.adoc[context cache].
@@ -35,7 +35,7 @@ the following options.
3535
via {api-spring-framework}/context/annotation/ImportRuntimeHints.html[`@ImportRuntimeHints`].
3636
* Annotate a test class with {api-spring-framework}/aot/hint/annotation/Reflective.html[`@Reflective`] or
3737
{api-spring-framework}/aot/hint/annotation/RegisterReflectionForBinding.html[`@RegisterReflectionForBinding`].
38-
* See xref:core/aot.adoc#hints[Runtime Hints] for details on Spring's core runtime hints
38+
* See xref:core/aot.adoc#aot.hints[Runtime Hints] for details on Spring's core runtime hints
3939
and annotation support.
4040

4141
[TIP]

0 commit comments

Comments
 (0)