From 739801488042e4178a5076d8892d4e4df87cd9fc Mon Sep 17 00:00:00 2001 From: Bruno Galvao Date: Wed, 25 Sep 2024 19:38:00 +0000 Subject: [PATCH] GITBOOK-182: No subject --- pop-cli-for-smart-contracts/SUMMARY.md | 2 +- ...tokens-to-pop-network.md => bridge-tokens-to-pop-network.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pop-cli-for-smart-contracts/guides/{bridging-tokens-to-pop-network.md => bridge-tokens-to-pop-network.md} (100%) diff --git a/pop-cli-for-smart-contracts/SUMMARY.md b/pop-cli-for-smart-contracts/SUMMARY.md index 57ba9cc..b01ce02 100644 --- a/pop-cli-for-smart-contracts/SUMMARY.md +++ b/pop-cli-for-smart-contracts/SUMMARY.md @@ -8,6 +8,7 @@ ## GUIDES +* [Bridge Tokens to Pop Network](guides/bridge-tokens-to-pop-network.md) * [Set up your development environment](guides/set-up-your-development-environment.md) * [Create a new contract](guides/create-a-new-contract.md) * [Build your contract](guides/build-your-contract.md) @@ -16,7 +17,6 @@ * [Calling your contract](guides/calling-your-contract.md) * [Running E2E tests](guides/running-e2e-tests.md) * [Deploy on Pop Testnet](guides/deploy-on-pop-testnet.md) -* [Bridging Tokens to Pop Network](guides/bridging-tokens-to-pop-network.md) ## TUTORIALS diff --git a/pop-cli-for-smart-contracts/guides/bridging-tokens-to-pop-network.md b/pop-cli-for-smart-contracts/guides/bridge-tokens-to-pop-network.md similarity index 100% rename from pop-cli-for-smart-contracts/guides/bridging-tokens-to-pop-network.md rename to pop-cli-for-smart-contracts/guides/bridge-tokens-to-pop-network.md