Skip to content

Commit 08d5801

Browse files
authored
Merge pull request #2026 from krauspt/20240211_fix
fix: update broken links to docs
2 parents 533dc42 + 945234b commit 08d5801

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ be done simply by running `cargo check` or `cargo unit-test`
6363

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
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.
6968

7069
[Publishing](./Publishing.md) contains useful information on how to publish your
7170
contract to the world, once you are ready to deploy it on a running blockchain.

contracts/staking/README.md

Lines changed: 2 additions & 2 deletions
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
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.

0 commit comments

Comments
 (0)