Skip to content

Commit 2e56ce1

Browse files
committed
Change TrustMark repo from fork to adobe, some minor edits
1 parent 39a70d9 commit 2e56ce1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/durable-cr.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ title: Durable Content Credentials
99
- **Content fingerprints**, passively computed from the content.
1010

1111
Platforms that host media assets might remove C2PA manifest data, if, for example, they use software that does not yet support the standard. If a copy of the manifest data is stored in an online database, you can use a watermark or a fingerprint to find it again.
12-
Combining both watermarks and fingerprints further improves the robustness of the provenance information.
12+
Combining both watermarks and fingerprints further improves the robustness of the provenance information.
13+
14+
The C2PA specification refers to watermarking and content fingerprinting as [soft bindings](https://c2pa.org/specifications/specifications/2.1/specs/C2PA_Specification.html#_soft_bindings), and requires that they be generated using one of the approved [Watermarking and fingerprinting algorithms](soft-bindings.mdx).

scripts/fetch-readme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ const readmes = [
222222
},
223223
{
224224
dest: resolve(__dirname, '../docs/trustmark/rust/README.md'),
225-
repo: 'crandmck/trustmark',
225+
repo: 'adobe/trustmark',
226226
path: 'rust/README.md',
227227
},
228228
{
229229
dest: resolve(
230230
__dirname,
231231
'../docs/trustmark/rust/crates/trustmark-cli/README.md',
232232
),
233-
repo: 'crandmck/trustmark',
233+
repo: 'adobe/trustmark',
234234
path: 'rust/crates/trustmark-cli/README.md',
235235
},
236236
];

0 commit comments

Comments
 (0)