Skip to content

Commit

Permalink
Make json links
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Jul 31, 2023
1 parent 6105d7e commit 34b8572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classes to read and write C2PA objects ("stores"), including a
[helper class](https://faceless2.github.io/c2pa/docs/com/bfo/box/C2PAHelper.html)
to deal with embdding them into JPEG.
While the C2PA format is built on BMFF boxes, those boxes typically contain JSON or CBOR
and the signature is COSE. So this package makes heavy use of `com.bfo.json` from https://github.com/faceless2/json
and the signature is COSE. So this package makes heavy use of `com.bfo.json` from [https://github.com/faceless2/json](https://github.com/faceless2/json)

The [C2PAStore](https://faceless2.github.io/c2pa/docs/com/bfo/box/C2PAStore.html) class is the top
level entrypoint into the C2PA package. Here's a quick example showing how to verify C2PA embedded
Expand Down Expand Up @@ -108,7 +108,7 @@ NOTE: <i>The C2PA classes are under development, so changes are likely</i>

# Requirements

Requires the BFO JSON API from https://github.com/faceless2/json
Requires the BFO JSON API from [https://github.com/faceless2/json](https://github.com/faceless2/json)

-------

Expand Down

0 comments on commit 34b8572

Please sign in to comment.