Skip to content

Commit a2debfb

Browse files
authored
Merge pull request #627 from graalvm/og/link-reachability-metadata-doc
Fix links to Reachability Metadata documentation.
2 parents 4758dd2 + e712653 commit a2debfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/docs/asciidoc/gradle-plugin.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ See <<configuration-options>> for the full list of available options.
356356
[[metadata-support]]
357357
== GraalVM Reachability Metadata Support
358358

359-
Since release 0.9.11, the plugin adds experimental support for the https://github.com/oracle/graalvm-reachability-metadata/[GraalVM reachability metadata repository].
360-
This repository provides https://www.graalvm.org/22.2/reference-manual/native-image/ReachabilityMetadata/[reachability metadata] for libraries that do not support GraalVM Native Image.
359+
The plugin adds support for the https://github.com/oracle/graalvm-reachability-metadata/[GraalVM reachability metadata repository].
360+
This repository provides https://www.graalvm.org/latest/reference-manual/native-image/metadata/[reachability metadata] for libraries that do not support GraalVM Native Image.
361361

362362
NOTE: This version of the plugin defaults to the using the metadata repository in version {metadata-repository-version}. There is nothing for you to configure if you are fine with this version. The repository is also published on Maven Central at the following coordinates: `org.graalvm.buildtools:graalvm-reachability-metadata:graalvm-reachability-metadata` with the `repository` classifier and `zip` extension, e.g. `graalvm-reachability-metadata-{gradle-plugin-version}-repository.zip`.
363363

docs/src/docs/asciidoc/maven-plugin.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,8 @@ mvn -Pnative -Dagent=true -DskipTests package exec:exec@native
613613
[[metadata-support]]
614614
== GraalVM Reachability Metadata Support
615615

616-
Since release 0.9.12, the plugin adds support for the https://github.com/oracle/graalvm-reachability-metadata/[GraalVM reachability metadata repository].
617-
This repository provides https://www.graalvm.org/22.2/reference-manual/native-image/ReachabilityMetadata/[reachability metadata] for libraries that do not support GraalVM Native Image.
616+
The plugin adds support for the https://github.com/oracle/graalvm-reachability-metadata/[GraalVM reachability metadata repository].
617+
This repository provides https://www.graalvm.org/latest/reference-manual/native-image/metadata/[reachability metadata] for libraries that do not support GraalVM Native Image.
618618

619619
[NOTE]
620620
====

0 commit comments

Comments
 (0)