Skip to content

Commit

Permalink
chore: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 2, 2024
1 parent d80e413 commit 174289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cosmos/call-contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This example demonstrates how to deploy a smart contract and facilitate communic

## Build a Contract (Optional)

1. A precompiled version of the contract is available [here](../cosmos/call-contract/wasm-contract/artifacts/send_receive.wasm). If you wish to modify the contract, follow these steps to recompile it:
1. A precompiled version of the contract is available [here](./wasm-contract/artifacts/send_receive.wasm). If you wish to modify the contract, follow these steps to recompile it:

```
npm run build-wasm
Expand Down

0 comments on commit 174289f

Please sign in to comment.