Skip to content

Commit 84ee98a

Browse files
authored
docs: Change relative to absolute URLs (#1418)
1 parent 83d18ef commit 84ee98a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cli/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ For a simple example of calling c2patool from a Node.js server application, see
1414

1515
**Additional documentation**:
1616

17-
- [Using C2PA Tool](./docs/usage.md)
18-
- [Manifest definition file](./docs/manifest.md)
19-
- [Using an X.509 certificate](./docs/x_509.md)
20-
- [Change log / release notes](./CHANGELOG.md)
21-
- [Contributing to the project](./docs/project-contributions.md)
17+
- [Using C2PA Tool](https://github.com/contentauth/c2pa-rs/blob/main/cli/docs/usage.md)
18+
- [Manifest definition file](https://github.com/contentauth/c2pa-rs/blob/main/cli/docs/manifest.md)
19+
- [Using an X.509 certificate](https://github.com/contentauth/c2pa-rs/blob/main/cli/docs/x_509.md)
20+
- [Change log / release notes](https://github.com/contentauth/c2pa-rs/blob/main/cli/CHANGELOG.md)
21+
- [Contributing to the project](https://github.com/contentauth/c2pa-rs/blob/main/cli/docs/project-contributions.md)
2222

2323
</div>
2424

0 commit comments

Comments
 (0)