From b635877c67c17ca3e63d6a30ff2c4eff053f61bb Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Mon, 20 Jul 2026 10:13:06 +0200 Subject: [PATCH] Add link from AOT Cache documentation to the how-to guide Closes gh-50996 --- .../antora/modules/reference/pages/packaging/aot-cache.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/aot-cache.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/aot-cache.adoc index 79c32d76f6e..9a85ad948b7 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/aot-cache.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/aot-cache.adoc @@ -37,6 +37,8 @@ $ java -XX:AOTCache=app.aot -jar my-app.jar NOTE: You have to use the cache file with the extracted form of the application, otherwise it has no effect. +If you want to know how to leverage AOT Cache with Buildpacks, take a look at the xref:how-to:aot-cache.adoc[AOT Cache How-to guide]. + [[packaging.aot-cache.cds]]