Skip to content

Commit 278a4be

Browse files
committed
replace broken GraalVM Native Image link
1 parent abd11ed commit 278a4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/jdk-compatibility/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ also be included in Scala 2.13.9 (forthcoming).
9494
## GraalVM Native Image compatibility notes
9595

9696
There are several records of successfully using Scala with [GraalVM](https://www.graalvm.org) Native Image(i.e.: ahead of time compiler) to produce directly executable binaries.
97-
Beware that, even using solely the Scala standard library, Native Image compilation have some heavy requirements in terms of [reflective access](https://www.graalvm.org/reference-manual/native-image/Reflection/), and it very likely require additional configuration steps to be performed.
97+
Beware that, even using solely the Scala standard library, Native Image compilation have some heavy requirements in terms of [reflective access](https://www.graalvm.org/reference-manual/native-image/metadata/), and it very likely require additional configuration steps to be performed.
9898

9999
A few sbt plugins are offering support for GraalVM Native Image compilation:
100100

0 commit comments

Comments
 (0)