Skip to content

Commit d91b875

Browse files
authored
Update README links to point to moved AnonCreds repos
Signed-off-by: Stephen Curran <swcurran@gmail.com> Signed-off-by: Stephen Curran <swcurran@cloudcompass.ca>
1 parent 78c54e5 commit d91b875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Anoncreds NodeJS
22

3-
Wrapper for Nodejs and React Native around [Anoncreds RS](https://github.com/hyperledger/anoncreds-rs)
3+
Wrapper for Nodejs and React Native around [Anoncreds RS](https://github.com/anoncreds/anoncreds-rs)
44

55
## Requirements
66

@@ -36,7 +36,7 @@ const schemaJson = schema.toJson()
3636
schema.handle.clear()
3737
```
3838

39-
> **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.
39+
> **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-rs/tree/main/wrappers/javascript/anoncreds-shared/README.md) for documentation on how to use this package.
4040
4141
## Version Compatibility
4242

0 commit comments

Comments
 (0)