From 7623b1a31bdec9ca3d8b4aec679e065669ffa38a Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Wed, 5 Aug 2026 16:49:42 -0700 Subject: [PATCH] Fix links to js libs --- docs/community.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/community.md b/docs/community.md index 77f38e22..426d622e 100644 --- a/docs/community.md +++ b/docs/community.md @@ -11,10 +11,11 @@ All the open-source CAI code is hosted in GitHub in the [CAI GitHub organization - **Rust Library**: [c2pa-rs](https://github.com/contentauth/c2pa-rs) - **CLI tool**: [c2patool](https://github.com/contentauth/c2patool) -- **JavaScript library**: [c2pa-web](https://github.com/contentauth/c2pa-web) -- **Python library**: [c2pa-python](https://github.com/contentauth/c2pa-python) -- **Node.js library**: [c2pa-node](https://github.com/contentauth/c2pa-js/tree/main/packages/c2pa-node) - **C++ library**: [c2pa-cpp](https://github.com/contentauth/c2pa-cpp) +- **Python library**: [c2pa-python](https://github.com/contentauth/c2pa-python) +- **JavaScript library**: [c2pa-js](https://github.com/contentauth/c2pa-js), a monorepo containing CAI JavaScript libraries and tools + - **Browser JavaScript**: [c2pa-web](https://github.com/contentauth/c2pa-js/tree/main/packages/c2pa-web) + - **Node.js library**: [c2pa-node/](https://github.com/contentauth/c2pa-js/tree/main/packages/c2pa-node) If you think you've found a bug or want to request a feature, please open an issue in the appropriate repository.