graalvm / graalvm-website

GraalVM: Run Programs Faster Anywhere 🚀
https://www.graalvm.org
8 stars 9 forks source link

test examples of classes link is broken #9

Closed sudoHackIn closed 2 years ago

sudoHackIn commented 2 years ago

Hi, while reading GraalVM documentation(https://www.graalvm.org/reference-manual/native-image/ClassInitialization/#automatic-initialization-of-safe-classes) found, that the link to

A test that shows examples of classes that are proven safe can be found here.

is broken https://github.com/oracle/graal/blob/master/substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/TestClassInitializationMustBeSafe.java

olyagpl commented 2 years ago

@sudoHackIn, a good catch. I'll correct!

olyagpl commented 2 years ago

@sudoHackIn, the link has been fixed https://www.graalvm.org/dev/reference-manual/native-image/ClassInitialization/. Thank you!