Skip to content

Commit

Permalink
Merge pull request #649 from entrancedjames/fix-cw20-staking-link
Browse files Browse the repository at this point in the history
CW20 - Fix Docs URL
  • Loading branch information
ethanfrey authored Feb 9, 2022
2 parents 82138f9 + 8845ee4 commit b5d1a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cw20-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ calls, but then use the underlying implementation for the standard cw20
messages you want to support. The same with `QueryMsg`. You *could* reuse `instantiate`
as it, but it is likely you will want to change it. And it is rather simple.

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

0 comments on commit b5d1a48

Please sign in to comment.