Add link from AOT Cache documentation to the how-to guide

Closes gh-50996
This commit is contained in:
Moritz Halbritter
2026-07-20 10:13:06 +02:00
parent 246cf64bfb
commit b635877c67
@@ -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]]