From 718f1bce74265d6eb973d9c34516331b9d480874 Mon Sep 17 00:00:00 2001 From: Artemka374 Date: Wed, 19 Jul 2023 15:32:54 +0300 Subject: [PATCH] fix link in docs --- docs/docs/smart-contracts/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/smart-contracts/overview.md b/docs/docs/smart-contracts/overview.md index 31151a827..1669843f1 100644 --- a/docs/docs/smart-contracts/overview.md +++ b/docs/docs/smart-contracts/overview.md @@ -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.