Skip to content

Commit e93a3e1

Browse files
committed
Change script to get TrustMark docs from Adobe org
1 parent 0114cd6 commit e93a3e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/fetch-readme.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,27 +197,27 @@ const readmes = [
197197
// TrustMark
198198
{
199199
dest: resolve(__dirname, '../docs/trustmark/README.md'),
200-
repo: 'crandmck/trustmark',
200+
repo: 'adobe/trustmark',
201201
path: 'README.md',
202202
},
203203
{
204204
dest: resolve(__dirname, '../docs/trustmark/python/CONFIG.md'),
205-
repo: 'crandmck/trustmark',
205+
repo: 'adobe/trustmark',
206206
path: 'python/CONFIG.md',
207207
},
208208
{
209209
dest: resolve(__dirname, '../docs/trustmark/FAQ.md'),
210-
repo: 'crandmck/trustmark',
210+
repo: 'adobe/trustmark',
211211
path: 'FAQ.md',
212212
},
213213
{
214214
dest: resolve(__dirname, '../docs/trustmark/c2pa/README.md'),
215-
repo: 'crandmck/trustmark',
215+
repo: 'adobe/trustmark',
216216
path: 'c2pa/README.md',
217217
},
218218
{
219219
dest: resolve(__dirname, '../docs/trustmark/js/README.md'),
220-
repo: 'crandmck/trustmark',
220+
repo: 'adobe/trustmark',
221221
path: 'js/README.md',
222222
},
223223
];

0 commit comments

Comments
 (0)