Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc update #2573

Merged
merged 8 commits into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/common/guides/graalnative.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/common/guides/jlink_image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down