Skip to content

Commit

Permalink
fix link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Jul 19, 2023
1 parent 700de5e commit 718f1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/smart-contracts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ you can find instructions on how to work with them:
- [PSP22Burnable](PSP22/Extensions/burnable.md): destruction of own tokens.
- [PSP22Wrapper](PSP22/Extensions/wrapper.md): wrapper for PSP22 token (useful for governance tokens etc.).
- [PSP22FlashMint](PSP22/Extensions/flashmint.md): extension which allows performing flashloans of the token by minting and burning the token.
- [PSP22Pausable](PSP22/Extensions/pausable.md): example of using pausable extension in the PSP22 contract.
- [PSP22Pausable](pausable.md): example of using pausable extension in the PSP22 contract.
- [PSP22TokenTimelock](PSP22/Utils/token-timelock.md): Utility which allows token holders to lock their tokens for a specified amount of time.
- [PSP34](PSP34/psp34.md) is an example of how you can reuse the implementation of
[psp34](https://github.com/Brushfam/openbrush-contracts/tree/main/contracts/src/token/psp34). You also can find examples of how to reuse extensions.
Expand Down

0 comments on commit 718f1bc

Please sign in to comment.