README: Update the link to Graal options and make it clickable (#459)
This commit is contained in:
parent
b98577c20a
commit
420cb8013e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
---------------------------
|
||||
|
|
Loading…
Reference in a new issue