From 7fdd934c06aae2188e8236c400fba4572ffc7af0 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Wed, 12 Aug 2026 15:24:34 -0700 Subject: [PATCH] Fix links --- docs/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index c678a47..1b578d6 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -23,7 +23,7 @@ The CAI open-source SDK consist of: - Display a report of JSON manifest data attached to an asset. - Attach a manifest data to an asset. - Add a manifest to to the associated manifest store if the asset already has an associated manifest data. -- [**JavaScript library**](js-landing.mdx) that enables web pages to to read, validate, create, and sign manifest data, and embed it in supported asset files using client JavaScript. Use it to add user interface elements to your website that display manifest data while following the [C2PA user experience recommendations](https://c2pa.org/specifications/specifications/1.0/ux/UX_Recommendations.html). +- [**JavaScript library**](sdk-repos/c2pa-js/README.md) that enables web pages to to read, validate, create, and sign manifest data, and embed it in supported asset files using client JavaScript. Use it to add user interface elements to your website that display manifest data while following the [C2PA user experience recommendations](https://spec.c2pa.org/specifications/specifications/2.2/ux/UX_Recommendations.html). - **[C/C++](sdk-repos/c2pa-cpp/readme.md), [Python](sdk-repos/c2pa-python/readme.md), [Node.js](sdk-repos/c2pa-js/packages/c2pa-node/README.md) libraries** that enable applications to read and validate manifest data, create and sign manifest data, and embed it supported asset files. - [**Mobile libraries**](mobile.md) that enable mobile applications for iOS and Android to to read and generate manifest data.