diff --git a/pop-cli-for-smart-contracts/SUMMARY.md b/pop-cli-for-smart-contracts/SUMMARY.md index 833b11f..62c09c5 100644 --- a/pop-cli-for-smart-contracts/SUMMARY.md +++ b/pop-cli-for-smart-contracts/SUMMARY.md @@ -21,7 +21,7 @@ ## TUTORIALS * [Your first ink! smart contract](tutorials/your-first-ink-smart-contract.md) -* [Mint a PSP22 token on Pop Network](tutorials/mint-a-psp22-token-on-pop-network.md) +* [Mint a PSP22 token on Pop](tutorials/mint-a-psp22-token-on-pop.md) * [Mint a PSP34 token on Pop Network](tutorials/mint-a-psp34-token-on-pop-network.md) ## POP CLI diff --git a/pop-cli-for-smart-contracts/tutorials/mint-a-psp22-token-on-pop-network.md b/pop-cli-for-smart-contracts/tutorials/mint-a-psp22-token-on-pop.md similarity index 97% rename from pop-cli-for-smart-contracts/tutorials/mint-a-psp22-token-on-pop-network.md rename to pop-cli-for-smart-contracts/tutorials/mint-a-psp22-token-on-pop.md index e760b17..a3353ab 100644 --- a/pop-cli-for-smart-contracts/tutorials/mint-a-psp22-token-on-pop-network.md +++ b/pop-cli-for-smart-contracts/tutorials/mint-a-psp22-token-on-pop.md @@ -1,8 +1,8 @@ --- -description: This tutorial will teach you how to mint a PSP22 token on Pop Network +description: This tutorial will teach you how to mint a PSP22 token on Pop --- -# Mint a PSP22 token on Pop Network +# Mint a PSP22 token on Pop ## Introduction