This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push:
new 052783b MISC: Fixes url for GraalVM's native-image prerequisites
(#556)
052783b is described below
commit 052783bdd8d1dd3d8f90ccf6d429d6d482e5f90f
Author: Korneliusz Rabczak <[email protected]>
AuthorDate: Mon Jan 3 08:32:32 2022 +0100
MISC: Fixes url for GraalVM's native-image prerequisites (#556)
---
README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.adoc b/README.adoc
index e72a1ec..491f7bc 100644
--- a/README.adoc
+++ b/README.adoc
@@ -189,7 +189,7 @@ $ $JAVA_HOME/bin/gu install native-image
----
* `native-image` may require additional software to be installed depending on
your platform - see the
-https://www.graalvm.org/docs/reference-manual/native-image/#prerequisites[`native-image`
documentation].
+https://www.graalvm.org/reference-manual/native-image/#prerequisites[`native-image`
documentation].
=== Build `mvnd`