From 64a53db55d9fcfbcc68eb6c6a7846075af955104 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Tue, 4 Nov 2025 13:21:58 +0100 Subject: [PATCH] Added a stable link name to the AOT section. Original pull request #3384 See #3383 --- src/main/antora/modules/ROOT/pages/aot.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/antora/modules/ROOT/pages/aot.adoc b/src/main/antora/modules/ROOT/pages/aot.adoc index 9bbd6c075..ccc3ce503 100644 --- a/src/main/antora/modules/ROOT/pages/aot.adoc +++ b/src/main/antora/modules/ROOT/pages/aot.adoc @@ -1,3 +1,4 @@ +[[aot]] = Ahead of Time Optimizations This chapter covers Spring Data's Ahead of Time (AOT) optimizations that build upon {spring-framework-docs}/core/aot.html[Spring's Ahead of Time Optimizations].