Skip to content

Commit bbc41a2

Browse files
committed
Fix node example ref
1 parent bcb1bbc commit bbc41a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/docs/c2patool/*.md
1212
/docs/c2patool/docs/*.md
1313
/docs/c2pa-node/*.md
14+
/docs/c2pa-node-example/*.md
1415
/docs/c2pa-node/docs/*.md
1516
/docs/c2pa-python/*.md
1617
/docs/c2pa-python/docs/*.md

scripts/fetch-readme.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ const readmes = [
5858
path: 'README.md',
5959
},
6060
// Node.js lib
61-
// Fix build
6261
{
6362
dest: resolve(__dirname, '../docs/c2pa-node/readme.md'),
6463
repo: 'contentauth/c2pa-node',
@@ -79,6 +78,11 @@ const readmes = [
7978
repo: 'contentauth/c2pa-node',
8079
path: 'docs/release-notes.md',
8180
},
81+
{
82+
dest: resolve(__dirname, '../docs/c2pa-node-example/readme.md'),
83+
repo: 'contentauth/c2pa-node-example',
84+
path: 'README.md',
85+
},
8286
// Python lib
8387
{
8488
dest: resolve(__dirname, '../docs/c2pa-python/readme.md'),

0 commit comments

Comments
 (0)