diff --git a/docs/common/guides/graalnative.adoc b/docs/common/guides/graalnative.adoc index f038b85dc79..8c5e92c3500 100644 --- a/docs/common/guides/graalnative.adoc +++ b/docs/common/guides/graalnative.adoc @@ -35,7 +35,7 @@ In this guide you will learn how to build a native image locally on your machine == Install GraalVM and the Native Image Command -After https://github.com/oracle/graal/releases[downloading and installing] GraalVM, +After https://github.com/graalvm/graalvm-ce-builds/releases[downloading and installing] GraalVM, set the `GRAALVM_HOME` environment variable to point at your GraalVM installation. [source,bash] diff --git a/docs/common/guides/jlink_image.adoc b/docs/common/guides/jlink_image.adoc index 1c112ab3a1a..b2a7fbca49b 100644 --- a/docs/common/guides/jlink_image.adoc +++ b/docs/common/guides/jlink_image.adoc @@ -138,7 +138,7 @@ using the provide === Class Data Sharing (CDS) Archive -Aslo included in the custom image is a Class Data Sharing (CDS) archive that +Also included in the custom image is a Class Data Sharing (CDS) archive that improves your application's startup performance and in-memory footprint. You can learn more about Class Data Sharing in the https://docs.oracle.com/en/java/javase/11/vm/class-data-sharing.html[JDK documentation].