Skip to content

Commit b1e7afa

Browse files
committed
Add better xrefs to conformance docs, fix link to json ref
1 parent 5ad892e commit b1e7afa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/conformance.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ The C2PA conformance program covers:
2424
A _validator product_ can read and validate a manifest store for a digital asset.
2525
A conforming validator product produces correct validation results according to the C2PA Content Credentials specification.
2626

27-
For more information, see [C2PA conformance program](https://github.com/c2pa-org/conformance-public/blob/main/docs/current/C2PA%20Conformance%20Program.pdf).
27+
For more information, see [C2PA Conformance Program Documents](https://github.com/c2pa-org/conformance-public/tree/main/docs/current), specifically
28+
[C2PA conformance program - section 6.1.1, Validator Product Specification Requirements](https://github.com/c2pa-org/conformance-public/blob/main/docs/current/C2PA%20Conformance%20Program.pdf).
2829

2930
### Generator products
3031

3132
A _generator product_ can generate manifest data for a digital asset. A conforming generator product produces manifest data that conforms to the C2PA Content Credentials specification, creates assertions in the asset's active manifest and signs a claim using a valid X.509 certificate on the C2PA trust list.
3233

33-
For more information, see:
34+
For more information, see [C2PA Conformance Program Documents](https://github.com/c2pa-org/conformance-public/tree/main/docs/current), specifically:
3435

35-
- [C2PA conformance program](https://github.com/c2pa-org/conformance-public/blob/main/docs/current/C2PA%20Conformance%20Program.pdf)
36+
- [C2PA conformance program - section 6.1.1, Generator Product Specification Requirements](https://github.com/c2pa-org/conformance-public/blob/main/docs/current/C2PA%20Conformance%20Program.pdf)
3637
- [C2PA Generator Product Security
3738
Requirements](https://github.com/c2pa-org/conformance-public/blob/main/docs/current/C2PA%20Generator%20Product%20Security%20Requirements.pdf)
3839

docs/manifest/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Don't assume that just because you didn't get an error from the function return
2727

2828
Ingredients are validated when they are imported into an asset and the result is stored in the ingredient's `validation_status` array.
2929

30-
Only errors that are not already recorded in the `validation_status` of an ingredient are reported. See [ValidationStatus](./manifest-ref.mdx#validationstatus) object in Manifest store reference.
30+
Only errors that are not already recorded in the `validation_status` of an ingredient are reported. See [ValidationStatus](./json-ref/manifest-def.mdx#validationstatus) object in Manifest store reference.
3131

3232
## Error status codes
3333

0 commit comments

Comments
 (0)