Skip to content

Commit 24f5a78

Browse files
committed
[GR-59766] Update link to iprof-v1.0.0.schema.json.
PullRequest: graal/19332
2 parents 6aa740e + d23e1f6 commit 24f5a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference-manual/native-image/PGO-IprofFileFormat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This document outlines the structure and semantics of the _iprof_ file format.
1717

1818
## Structure
1919

20-
The full schema of the JSON format used for _iprof_ files can be found in the [iprof-v1.0.0.schema.json](asserts/iprof-v1.0.0.schema.json) document.
20+
The full schema of the JSON format used for _iprof_ files can be found in the [iprof-v1.0.0.schema.json](https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/assets/iprof-v1.0.0.schema.json) document.
2121
This JSON schema fully defines the _iprof_ file format and can be used to validate the structure of an arbitrary _iprof_ file.
2222

2323
A minimal valid _iprof_ file consists of a JSON object containing 3 fields: `types`, `methods` and `version`.

0 commit comments

Comments
 (0)