Skip to content

Commit 8f303e6

Browse files
salmansharifovbclozel
authored andcommitted
Fix reference navigation to Spring Boot
Closes gh-1097
1 parent 2ef7fa2 commit 8f303e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-graphql-docs/modules/ROOT/pages/graalvm-native.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
Spring Framework 6.0 introduced the support infrastructure for compiling Spring applications to https://www.graalvm.org/22.3/reference-manual/native-image/[GraalVM Native images].
55
If you are not familiar with GraalVM in general, how this differs from applications deployed on the JVM and what it means for Spring application,
6-
please refer to the dedicated {spring-boot-ref-docs}/reference/native-image/introducing-graalvm-native-images.html[Spring Boot 3.x GraalVM Native Image support documentation].
6+
please refer to the dedicated {spring-boot-ref-docs}/reference/packaging/native-image/introducing-graalvm-native-images.html[Spring Boot 3.x GraalVM Native Image support documentation].
77
Spring Boot also documents the https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-with-GraalVM[know limitations with the GraalVM support in Spring].
88

99

1010
[[graalvm.graphql-java]]
1111
== GraphQL Java metadata
1212

13-
Since the {spring-boot-ref-docs}/reference/native-image/introducing-graalvm-native-images.html#native-image.introducing-graalvm-native-images.key-differences-with-jvm-deployments[static analysis of your application is done at build time],
13+
Since the {spring-boot-ref-docs}/reference/packaging/native-image/introducing-graalvm-native-images.html#native-image.introducing-graalvm-native-images.key-differences-with-jvm-deployments[static analysis of your application is done at build time],
1414
GraalVM might need extra hints if your application is looking up static resources, performing reflection or creating JDK proxies at runtime.
1515

1616
GraphQL Java is performing three tasks at runtime that Native Images are sensible to:

0 commit comments

Comments
 (0)