Replace GitHub URLs
This commit is contained in:
@@ -180,7 +180,7 @@ client.execute(mask, callOpaque2)
|
||||
|
||||
// Note: currently this returns an error about "Event type must be one of message, transfer, wasm; got delegate"
|
||||
// That is on the client parsing the logs on success. Don't worry, it will be fixed soon.
|
||||
// https://github.com/CosmWasm/cosmwasm-js/issues/157
|
||||
// https://github.com/CosmWasm/cosmjs/issues/157
|
||||
```
|
||||
|
||||
Now validate this with the CLI tooling:
|
||||
|
||||
@@ -253,5 +253,5 @@ with proper types.
|
||||
|
||||
This package is part of the cosmwasm-js repository, licensed under the Apache
|
||||
License 2.0 (see
|
||||
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
||||
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|
||||
[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and
|
||||
[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)).
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/confio/cosmwasm-js/tree/master/packages/cli"
|
||||
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/cli"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user