diff --git a/src/sphinx/formats/graalvm-native-image.rst b/src/sphinx/formats/graalvm-native-image.rst index 89b2c4a96..505f6682d 100644 --- a/src/sphinx/formats/graalvm-native-image.rst +++ b/src/sphinx/formats/graalvm-native-image.rst @@ -5,7 +5,7 @@ GraalVM Native Image Plugin GraalVM's ``native-image`` compiles Java programs AOT (ahead-of-time) into native binaries. - https://www.graalvm.org/docs/reference-manual/aot-compilation/ documents the AOT compilation of GraalVM. + https://www.graalvm.org/22.1/reference-manual/native-image/ documents the AOT compilation of GraalVM. The plugin supports both using a local installation of the GraalVM ``native-image`` utility, or building inside a Docker container. If you intend to run the native image on Linux, then building inside a Docker container is