Skip to content

Commit 3ff87af

Browse files
authored
Fix link to native-image-agent in Gradle docs
1 parent 7105a31 commit 3ff87af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ The same mechanism can be used if you have multiple test tasks for a single test
287287
[[agent-support]]
288288
== Reflection support and running with the native agent
289289

290-
If your project requires reflection, classpath resources, dynamic proxies or other features requiring explicit native configuration, it may prove helpful to first run your application or tests using the https://www.graalvm.org/reference-manual/native-image/Agent/[`native-image-agent`].
290+
If your project requires reflection, classpath resources, dynamic proxies or other features requiring explicit native configuration, it may prove helpful to first run your application or tests using the https://www.graalvm.org/reference-manual/native-image/metadata/AutomaticMetadataCollection/[`native-image-agent`].
291291

292292
The Native Image Gradle plugin simplifies generation of the required metadata files by injecting the agent automatically for you (this includes, but is not limited to the reflection file).
293293

0 commit comments

Comments
 (0)