Merge pull request #206 from CosmWasm/167-github-urls

Replace GitHub URLs
This commit is contained in:
Simon Warta
2020-06-09 15:53:00 +02:00
committed by GitHub
15 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -187,7 +187,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
@@ -268,5 +268,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"