Skip to content

Commit

Permalink
Fixes link 404 not found (#1509)
Browse files Browse the repository at this point in the history
https://www.graalvm.org/22.1/reference-manual/native-image/
The latest of document should be refresh
  • Loading branch information
cnmade committed Jul 3, 2022
1 parent df35f5f commit 6b5fd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx/formats/graalvm-native-image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b5fd90

Please sign in to comment.