Skip to content

Commit cbada55

Browse files
authored
Update 7-graal-native-executables.adoc
1 parent d2741cc commit cbada55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/modules/ROOT/pages/7-graal-native-executables.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ the fact that the native executable is OS/CPU-specific means that you need to sp
419419
generate separate native executables for each platform you want to support.
420420

421421
The Mill build tool takes advantage of this hermeticity for easier installation: it's
422-
xref:mill:ROOT:cli/installation-ide.adoc#_mill_native_executable[] can be run on systems without
422+
xref:mill:ROOT:cli/installation-ide.adoc#_mill_native_executable[Mill Native Executable] can be run on systems without
423423
a JVM installed at all. Mill still needs a JVM later on, e.g. to compile and run user code, and so
424424
the native launcher downloads one on-demand automatically from the
425425
https://github.com/coursier/jvm-index[Coursier JVM Index]. But bootstrapping with a native

0 commit comments

Comments
 (0)