File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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 @@ -64,7 +64,7 @@ be done simply by running `cargo check` or `cargo unit-test`
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
66
code. Or go through the
67
- [ online tutorial] ( https://www .cosmwasm.com/docs/getting-started/intro ) to get a
67
+ [ online tutorial] ( https://book .cosmwasm.com/index.html ) to get a
68
68
better feel of how to develop.
69
69
70
70
[ Publishing] ( ./Publishing.md ) contains useful information on how to publish your
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
31
+ [ online tutorial] ( https://book .cosmwasm.com/index.html ) to get a
32
32
better feel of how to develop.
You can’t perform that action at this time.
0 commit comments