Skip to content

Commit

Permalink
Doc update (helidon-io#2573)
Browse files Browse the repository at this point in the history
* helidon/2486 - Fix broken links

* Add Dev-guidelines as reference

* fix link and typo
  • Loading branch information
arjav-desai committed Dec 7, 2020
1 parent 6b4f1ad commit 764823a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 764823a

Please sign in to comment.