Skip to content

Commit 92ab6d6

Browse files
committed
fix: update broken link to docs
1 parent 533dc42 commit 92ab6d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contracts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Introducing the development contracts in the order they were created.
4444
## Optimized builds
4545

4646
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
4848
[cosmjs](https://github.com/cosmos/cosmjs/tree/main/scripts/wasmd/contracts).
4949

5050
They are [built and deployed](https://github.com/CosmWasm/cosmwasm/releases) by

contracts/reflect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ be done simply by running `cargo check` or `cargo unit-test`
6464
Once you have your custom repo, you should check out
6565
[Developing](./Developing.md) to explain more on how to run tests and develop
6666
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
6868
better feel of how to develop.
6969

7070
[Publishing](./Publishing.md) contains useful information on how to publish your

contracts/staking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ transferred to the owners account. (The ownership can also be transferred).
2828

2929
You should check out [Developing](./Developing.md) to explain more on how to run
3030
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
3232
better feel of how to develop.

0 commit comments

Comments
 (0)