diff --git a/README.md b/README.md index fc0c630..a48cabc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Anoncreds NodeJS -Wrapper for Nodejs and React Native around [Anoncreds RS](https://github.com/hyperledger/anoncreds-rs) +Wrapper for Nodejs and React Native around [Anoncreds RS](https://github.com/anoncreds/anoncreds-rs) ## Requirements @@ -36,7 +36,7 @@ const schemaJson = schema.toJson() schema.handle.clear() ``` -> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-nodejs` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/hyperledger/anoncreds-rs/tree/main/wrappers/javascript/anoncreds-shared/README.md) for documentation on how to use this package. +> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-nodejs` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-shared/README.md) for documentation on how to use this package. ## Version Compatibility diff --git a/package.json b/package.json index 1a530d1..f0088c9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/hyperledger/anoncreds-wrapper-javascript" + "url": "https://github.com/anoncreds/anoncreds-wrapper-javascript" }, "engines": { "node": ">= 18"