Skip to content

Commit 2ed990b

Browse files
author
Rand McKinney
committed
Get correct readme for c2pa-python-example
1 parent b94d9a8 commit 2ed990b

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

docs/prod-cert.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ An HSM generates cryptographic keys and signs information without revealing priv
1515

1616
## The Python example
1717

18-
The [c2pa-python-example](https://github.com/contentauth/c2pa-python-example) app provides an example of constructing a certificate signing request to help you get started.
18+
The [c2pa-python-example](/c2pa-python-example) app provides an example of constructing a certificate signing request to help you get started.

scripts/fetch-readme.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ const readmes = [
6969
repo: 'contentauth/c2pa-python',
7070
path: 'README.md',
7171
},
72-
/* {
72+
{
7373
dest: resolve(__dirname, '../docs/c2pa-python-example/readme.md'),
74-
repo: 'contentauth/c2pa-python',
74+
repo: 'contentauth/c2pa-python-example',
7575
path: 'README.md',
76-
branch: 'flesh-out-doc'
77-
}, */
76+
branch: 'flesh-out-doc',
77+
},
7878
];
7979

8080
function resolveMarkdownLinks(linkBase, content) {

sidebars.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,11 @@ const sidebars = {
130130
label: 'GitHub',
131131
href: 'https://github.com/contentauth/c2pa-python',
132132
},
133-
/*
134133
{
135134
type: 'doc',
135+
label: 'C2PA Python Example',
136136
id: 'c2pa-python-example/readme',
137-
},
138-
*/
137+
},
139138
],
140139
},
141140
{

0 commit comments

Comments
 (0)