Skip to content

Commit 90b49fc

Browse files
authored
docs: fix 404 links in scripts/README.md and INTEGRATION.md (#2133)
* Update broken link README.md * Update broktn link INTEGRATION.md
1 parent 8360ce4 commit 90b49fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

INTEGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ token contracts, your exchange code can simply call `wasm.Keeper.Execute`
131131
with a properly formatted message to move funds, or `wasm.Keeper.SmartQuery`
132132
to check balances.
133133

134-
If you look at the unit tests in [`x/wasm/internal/keeper`](https://github.com/CosmWasm/wasmd/tree/master/x/wasm/internal/keeper),
134+
If you look at the unit tests in [`x/wasm/keeper`](https://github.com/CosmWasm/wasmd/tree/master/x/wasm/keeper),
135135
it should be pretty straight forward.
136136

137137
<!-- TODO dead link above -->
@@ -213,4 +213,4 @@ the SDK is implemented properly.
213213
Once you have tested this and are happy with the results, you can wire it up in `app.go`.
214214
Just edit [the default `NewKeeper` constructor](https://github.com/CosmWasm/wasmd/blob/v0.8.0-rc1/app/app.go#L257-L258)
215215
to have the proper `availableCapabilities` and pass in the `CustomEncoder` and `CustomQuerier` as the last two arguments to `NewKeeper`.
216-
Now you can compile your chain and upload your custom contracts on it.
216+
Now you can compile your chain and upload your custom contracts on it.

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
These scripts are copied from the [Cosmos-SDK](https://github.com/cosmos/cosmos-sdk/tree/v0.42.1/scripts) repository
44
with minor modifications. All credits and big thanks go to the original authors.
55

6-
Please note that a custom [fork](github.com/regen-network/protobuf) by the Regen network team is used.
7-
See [`go.mod`](../go.mod) for version.
6+
Please note that a custom [fork](https://github.com/regen-network/protobuf) by the Regen network team is used.
7+
See [`go.mod`](../go.mod) for version.

0 commit comments

Comments
 (0)