Skip to content

Commit a85fa73

Browse files
authored
fix contract url link
1 parent e45f038 commit a85fa73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/cw20-base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ calls, but then use the underlying implementation for the standard cw20
4444
messages you want to support. The same with `QueryMsg`. You *could* reuse `instantiate`
4545
as it, but it is likely you will want to change it. And it is rather simple.
4646

47-
Look at [`cw20-staking`](../cw20-staking/README.md) for an example of how to "inherit"
47+
Look at [`cw20-staking`](https://github.com/CosmWasm/cw-tokens/tree/main/contracts/cw20-staking) for an example of how to "inherit"
4848
all this token functionality and combine it with custom logic.

0 commit comments

Comments
 (0)