We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0114cd6 commit e93a3e1Copy full SHA for e93a3e1
scripts/fetch-readme.js
@@ -197,27 +197,27 @@ const readmes = [
197
// TrustMark
198
{
199
dest: resolve(__dirname, '../docs/trustmark/README.md'),
200
- repo: 'crandmck/trustmark',
+ repo: 'adobe/trustmark',
201
path: 'README.md',
202
},
203
204
dest: resolve(__dirname, '../docs/trustmark/python/CONFIG.md'),
205
206
path: 'python/CONFIG.md',
207
208
209
dest: resolve(__dirname, '../docs/trustmark/FAQ.md'),
210
211
path: 'FAQ.md',
212
213
214
dest: resolve(__dirname, '../docs/trustmark/c2pa/README.md'),
215
216
path: 'c2pa/README.md',
217
218
219
dest: resolve(__dirname, '../docs/trustmark/js/README.md'),
220
221
path: 'js/README.md',
222
223
];
0 commit comments