From 7131f01e7dd83b80415597b7af3bb693d6ce13e0 Mon Sep 17 00:00:00 2001 From: Bruno Galvao Date: Tue, 12 Nov 2024 05:32:52 +0000 Subject: [PATCH] GITBOOK-216: No subject --- pop-cli-for-smart-contracts/SUMMARY.md | 2 +- ...2-token-on-pop-network.md => mint-a-psp22-token-on-pop.md} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename pop-cli-for-smart-contracts/tutorials/{mint-a-psp22-token-on-pop-network.md => mint-a-psp22-token-on-pop.md} (97%) 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