Skip to content

Commit 2eaffda

Browse files
authored
Merge pull request #22 from swcurran/patch-1
Update README links to point to moved AnonCreds repos
2 parents 78c54e5 + df2dd2e commit 2eaffda

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/hyperledger/anoncreds-wrapper-javascript"
7+
"url": "https://github.com/anoncreds/anoncreds-wrapper-javascript"
88
},
99
"engines": {
1010
"node": ">= 18"

0 commit comments

Comments
 (0)