diff --git a/README.md b/README.md index ab688f7..9fc2e9a 100644 --- a/README.md +++ b/README.md @@ -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 ---------------------------