Skip to content

Commit adb89c9

Browse files
committed
Fix link to json ref
1 parent ce2c1dd commit adb89c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manifest/ingredients.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ The C2PA Technical Specification describes _ingredient assertions_ but the CAI S
1515

1616
## Ingredient objects
1717

18-
Each ingredient used to create an asset is listed in the [JSON manifest](manifest-ref.mdx) `ingredients` array. When an ingredient itself has Content Credentials, those manifests are included in the composed asset's manifest store to keep the provenance data intact.
18+
Each ingredient used to create an asset is listed in the [JSON manifest](manifest/json-ref/manifest-def.mdx) `ingredients` array. When an ingredient itself has Content Credentials, those manifests are included in the composed asset's manifest store to keep the provenance data intact.
1919

20-
The `ingredients` array contains an [ingredient object](manifest-ref.mdx#ingredient) for each ingredient. The only required property of the `ingredient` object is the `title` property, which usually is the source file name.
20+
The `ingredients` array contains an [ingredient object](manifest/json-ref/manifest-def.mdx#ingredient) for each ingredient. The only required property of the `ingredient` object is the `title` property, which usually is the source file name.
2121

2222
Other important properties of the ingredient object include:
2323
- `format`: MIME type of the source file.

0 commit comments

Comments
 (0)