README: Update the link to Graal options and make it clickable (#459)

This commit is contained in:
Sebastian Schuberth 2022-01-13 12:27:06 +01:00 committed by GitHub
parent b98577c20a
commit 420cb8013e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ Configure this plugin and its wrappers around GraalVM tools through the `graal`
**`native-image` controls**
* `outputName`: the name to use for the image output
* `mainClass`: the main class entry-point for the image to run
* `option`: additional native-image options `https://github.com/oracle/graal/blob/master/substratevm/Options.md`
* `option`: additional native-image options (see https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/Options.md)
Local GraalVM Tooling Cache
---------------------------