Skip to content

Commit e10ec8a

Browse files
authored
Fix link to native-image-agent in Maven docs
1 parent 3ff87af commit e10ec8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Please refer to the https://maven.apache.org/plugins/maven-shade-plugin[Maven Sh
450450
If your project requires reflection, classpath resources, dynamic proxies or other
451451
features requiring explicit native configuration, it may prove helpful to first run your
452452
application or tests using the
453-
https://www.graalvm.org/reference-manual/native-image/Agent/[`native-image-agent`].
453+
https://www.graalvm.org/reference-manual/native-image/metadata/AutomaticMetadataCollection/[`native-image-agent`].
454454

455455
The Native Image Maven plugin simplifies generation of the required configuration files by
456456
injecting the agent automatically for you (this includes, but is not limited to the

0 commit comments

Comments
 (0)