diff --git a/README.md b/README.md
index 6d69ea2..51dbc64 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-# C2PA Node.js library
+# C2PA Node.js library (deprecated)
+
+> [!WARNING]
+> This repository and the `c2pa-node` package are deprecated. Use [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) instead.
The [c2pa-node](https://github.com/contentauth/c2pa-node) repository implements a Node.js API that can:
- Read and validate C2PA data from media files in supported formats.
@@ -6,18 +9,11 @@ The [c2pa-node](https://github.com/contentauth/c2pa-node) repository implements
For more information on using the library in an application, see [Using the CAI Node library](docs/usage.md).
-**WARNING**: This is an early prerelease version of this library. There may be bugs and unimplemented features, and the API is subject to change.
-
-
-
-For the best experience, read the docs on the [CAI Open Source SDK documentation website](https://opensource.contentauthenticity.org/docs/c2pa-node/). Some additional documentation for this repository is also available on GitHub:
-
-- [Using the Node library](docs/usage.md)
-- [Supported media file formats](https://opensource.contentauthenticity.org/docs/c2pa-node/supported-formats)
-- [Release notes](docs/release-notes.md)
-- [Contributing to the project](docs/project-contributions.md)
+Additional documentation:
-
+- [Using the Node library](https://github.com/contentauth/c2pa-node/blob/main/docs/usage.md)
+- [Release notes](https://github.com/contentauth/c2pa-node/blob/main/docs/release-notes.md)
+- [Contributing to the project](https://github.com/contentauth/c2pa-node/blob/main/docs/project-contributions.md)
## Prerequisites
diff --git a/docs/project-contributions.md b/docs/project-contributions.md
index be3706a..3b5670d 100644
--- a/docs/project-contributions.md
+++ b/docs/project-contributions.md
@@ -1,5 +1,8 @@
# Contributing to the project
+> [!WARNING]
+> This repository and the `c2pa-node` package are deprecated. Use [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) instead.
+
The information in this page is primarily for those who wish to contribute to the c2pa-python library project itself, rather than those who simply wish to use it in an application. For general contribution guidelines, see [CONTRIBUTING.md](../CONTRIBUTING.md).
## Building
diff --git a/docs/release-notes.md b/docs/release-notes.md
index e8ab58a..88ebcab 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,3 +1,6 @@
# Release notes
-Get highlights from https://github.com/contentauth/c2pa-node/blob/main/CHANGELOG.md.
\ No newline at end of file
+> [!WARNING]
+> This repository and the `c2pa-node` package are deprecated. Use [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) instead.
+
+Get highlights from https://github.com/contentauth/c2pa-node/blob/main/CHANGELOG.md.
diff --git a/docs/usage.md b/docs/usage.md
index 20c4bd5..9a3a445 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -1,5 +1,8 @@
# Using the CAI Node library
+> [!WARNING]
+> This repository and the `c2pa-node` package are deprecated. Use [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) instead.
+
## API documentation
For the API documentation, see the [`/api-docs/` directory](https://github.com/contentauth/c2pa-node/blob/main/api-docs/README.md).
@@ -379,4 +382,4 @@ const manifest = new ManifestBuilder(
);
await sign(asset, manifest);
-```
\ No newline at end of file
+```