From 38b7c091c6ba4a07091a9cfe73dc1461a8a86dcf Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Mon, 15 Sep 2025 16:51:57 -0700 Subject: [PATCH] docs: Change relative to absolute URLs --- cli/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/README.md b/cli/README.md index 6227e1f91..a158f8b4a 100644 --- a/cli/README.md +++ b/cli/README.md @@ -14,11 +14,11 @@ For a simple example of calling c2patool from a Node.js server application, see **Additional documentation**: -- [Using C2PA Tool](./docs/usage.md) -- [Manifest definition file](./docs/manifest.md) -- [Using an X.509 certificate](./docs/x_509.md) -- [Change log / release notes](./CHANGELOG.md) -- [Contributing to the project](./docs/project-contributions.md) +- [Using C2PA Tool](https://github.com/contentauth/c2pa-rs/blob/main/cli/docs/usage.md) +- [Manifest definition file](https://github.com/contentauth/c2pa-rs/blob/main/cli/docs/manifest.md) +- [Using an X.509 certificate](https://github.com/contentauth/c2pa-rs/blob/main/cli/docs/x_509.md) +- [Change log / release notes](https://github.com/contentauth/c2pa-rs/blob/main/cli/CHANGELOG.md) +- [Contributing to the project](https://github.com/contentauth/c2pa-rs/blob/main/cli/docs/project-contributions.md)