Skip to content

Commit 22db24b

Browse files
committed
Fix fetch readme script
1 parent 0ec12b4 commit 22db24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch-readme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const readmes = [
143143
path: 'docs/release-notes.md',
144144
},
145145
{
146-
dest: resolve(__dirname, '../docs/c2pa-python/examples/readme.md'),
146+
dest: resolve(__dirname, '../docs/c2pa-python/docs/examples.md'),
147147
repo: 'contentauth/c2pa-python',
148148
path: 'examples/README.md',
149149
},

0 commit comments

Comments
 (0)