Skip to content

Commit 006f84e

Browse files
committed
Link updated in native-image/Resources.md
1 parent 5c011f0 commit 006f84e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference-manual/native-image/Resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are several ways a resource can be registered for inclusion and be made ac
2020

2121
A resource configuration file contains information about the resources that you need to include in a native executable, encoded with patterns matching actual resources on your file system.
2222
Such a configuration file has to be named _resource-config.json_ and placed in the _META-INF/native-image/_ directory so that `native-image` will automatically make use of it.
23-
You can either generate it using the [Tracing Agent](AutomaticMetadataCollection/#tracing-agent), and then manually refine it, or create it from scratch.
23+
You can either generate it using the [Tracing Agent](AutomaticMetadataCollection.md#tracing-agent), and then manually refine it, or create it from scratch.
2424
You can choose one of the formats to specify the required resources (or combine them if necessary):
2525
1. Globs (**recommended**)
2626
2. Regular expressions (Regex) (**discouraged**)
@@ -56,7 +56,7 @@ Alternatively, the configuration file's path can be passed to `native-image` usi
5656
### Globs
5757

5858
You can write a glob pattern to specify any required resources in the `globs` section of the configuration file.
59-
Also, if you use the [Tracing Agent](AutomaticMetadataCollection/#tracing-agent) to generate the required configuration, it prints all entries in this format.
59+
Also, if you use the [Tracing Agent](AutomaticMetadataCollection.md#tracing-agent) to generate the required configuration, it prints all entries in this format.
6060

6161
Globs are the recommended way to provide resources for `native-image` because they:
6262
* Have custom handling in `native-image` that can speed up a resource registration process

0 commit comments

Comments
 (0)