Replace GitHub URLs

This commit is contained in:
willclarktech
2020-06-09 14:41:55 +01:00
parent 4849c9559a
commit 29ebcd88fd
15 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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)).
+1 -1
View File
@@ -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"