File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Introducing the development contracts in the order they were created.
44
44
## Optimized builds
45
45
46
46
Those development contracts are used for testing in other repos, e.g. in
47
- [ wasmvm] ( https://github.com/CosmWasm/wasmvm/tree/master/api /testdata ) or
47
+ [ wasmvm] ( https://github.com/CosmWasm/wasmvm/tree/main /testdata ) or
48
48
[ cosmjs] ( https://github.com/cosmos/cosmjs/tree/main/scripts/wasmd/contracts ) .
49
49
50
50
They are [ built and deployed] ( https://github.com/CosmWasm/cosmwasm/releases ) by
Original file line number Diff line number Diff line change @@ -63,9 +63,8 @@ be done simply by running `cargo check` or `cargo unit-test`
63
63
64
64
Once you have your custom repo, you should check out
65
65
[ Developing] ( ./Developing.md ) to explain more on how to run tests and develop
66
- code. Or go through the
67
- [ online tutorial] ( https://www.cosmwasm.com/docs/getting-started/intro ) to get a
68
- better feel of how to develop.
66
+ code. Or go through the [ online tutorial] ( https://book.cosmwasm.com/index.html )
67
+ to get a better feel of how to develop.
69
68
70
69
[ Publishing] ( ./Publishing.md ) contains useful information on how to publish your
71
70
contract to the world, once you are ready to deploy it on a running blockchain.
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ transferred to the owners account. (The ownership can also be transferred).
28
28
29
29
You should check out [ Developing] ( ./Developing.md ) to explain more on how to run
30
30
tests and develop code. Or go through the
31
- [ online tutorial] ( https://www .cosmwasm.com/docs/getting-started/intro ) to get a
32
- better feel of how to develop.
31
+ [ online tutorial] ( https://book .cosmwasm.com/index.html ) to get a better feel of
32
+ how to develop.
You can’t perform that action at this time.
0 commit comments