Skip to content

Commit 7dfe1ea

Browse files
author
Rand McKinney
committed
more link fixes
1 parent 3ff0370 commit 7dfe1ea

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

docs/faqs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ time. A camera could also include Exif metadata with location information.
7676

7777
### How do you prevent faking GPS location metadata?
7878

79-
The location data included in [Exif metadata](manifest/assertions-actions#exif-assertion) is based on the implementor. People would trust the data based on the various "trust signals" they are given in the manifest, such as who signed it and when.
79+
The location data included in [Exif metadata](manifest/assertions-actions.md#exif-assertion) is based on the implementor. People would trust the data based on the various "trust signals" they are given in the manifest, such as who signed it and when.

docs/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To see a summary of what each tool and library can do, see [Which tool is right
2929

3030
### C2PA Tool
3131

32-
[C2PA Tool](c2patool), is a **command-line utility for working with C2PA manifest data**. Use this tool to work with assets in a supported file format to:
32+
[C2PA Tool](c2patool/readme.md), is a **command-line utility for working with C2PA manifest data**. Use this tool to work with assets in a supported file format to:
3333

3434
- Read a JSON report of manifest data.
3535
- Attach a manifest store to an asset, if it doesn't already have an associated manifest store.
@@ -45,15 +45,15 @@ The client [JavaScript library](js-sdk/getting-started/overview.mdx) enables **w
4545

4646
### Prerelease libraries
4747

48-
The [C++/C](c2pa-c), [Python](c2pa-python), and [Node.js](c2pa-node) libraries enable applications written in those languages to **create, verify, and display Content Credentials**.
48+
The [C++/C](c2pa-c//readme.md), [Python](c2pa-python/readme.md), and [Node.js](c2pa-node/readme.md) libraries enable applications written in those languages to **create, verify, and display Content Credentials**.
4949

5050
:::warning Warning
5151
These libraries are all early prerelease versions. They may have bugs and unimplemented features, and their APIs are subject to change.
5252
:::
5353

5454
### Rust library
5555

56-
The [Rust library](rust-sdk) enables **adding C2PA capabilities to a desktop, mobile, or embedded application**. The Rust library is the fundamental system underlying everything else. C2PA Tool uses it "under the hood" and language-specific APIs are generated from it.
56+
The [Rust library](rust-sdk/readme.md) enables **adding C2PA capabilities to a desktop, mobile, or embedded application**. The Rust library is the fundamental system underlying everything else. C2PA Tool uses it "under the hood" and language-specific APIs are generated from it.
5757

5858
You can use the Rust library via the Foreign Function Interface (FFI) to:
5959

docs/other-langs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ These libraries are all early prerelease versions. They may have bugs and unimpl
1010

1111
The prerelease libraries enable applications written in each language to create, verify, and display content credentials:
1212

13-
- [Node.js](c2pa-node)
14-
- [Python](c2pa-python)
15-
- [C++/C](c2pa-c)
13+
- [Node.js](c2pa-node/readme.md)
14+
- [Python](c2pa-python/readme.md)
15+
- [C++/C](c2pa-c/readme.md)

docs/prod-cert.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ If you don't get an OV certificate, then the C2PA [Verify tool](https://verify.c
4545

4646
## The C2PA Python example
4747

48-
The [c2pa-python-example](c2pa-python-example/) app provides an example of constructing a certificate signing request (CSR) and of using a certificate in a way suitable for a production environment.
48+
The [c2pa-python-example](c2pa-python-example/readme.md) app provides an example of constructing a certificate signing request (CSR) and of using a certificate in a way suitable for a production environment.

docs/trust-list.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can use the C2PA Tool or the CAI JavaScript library to determine whether a c
3232

3333
### Using with C2PA Tool
3434

35-
The [C2PA Tool documentation](../c2patool/#using-the-temporary-contentcredentialsorg--verify-trust-settings) explains how to use the temporary known certificate list with the tool.
35+
The [C2PA Tool documentation](c2patool/readme.md#using-the-temporary-contentcredentialsorg--verify-trust-settings) explains how to use the temporary known certificate list with the tool.
3636

3737
### Using with the JavaScript library
3838

0 commit comments

Comments
 (0)