diff --git a/docs/build/tutorials/create-issue-token/index.md b/docs/build/tutorials/create-issue-token/index.md index 0a1a067..6c10bc8 100644 --- a/docs/build/tutorials/create-issue-token/index.md +++ b/docs/build/tutorials/create-issue-token/index.md @@ -9,9 +9,9 @@ In this tutorial, you will learn how to create and mint a fungible token asset o ## Before You Start -* You will need to complete our [Quick Start with Docker](/build/dapp-development/docker-setup) (recommended) and use the [WAX Blockchain Development Guide](/build/dapp-development) to build from source. +* You will need to complete our [Quick Start with Docker](/build/dapp-development/docker-setup/) (recommended) and use the [WAX Blockchain Development Guide](/build/dapp-development/) to build from source. -* To compile and deploy your smart contract, you will need to use the [WAX Contract Development Toolkit (WAX-CDT)](/build/dapp-development/wax-cdt). +* To compile and deploy your smart contract, you will need to use the [WAX Contract Development Toolkit (WAX-CDT)](/build/dapp-development/wax-cdt/). * To deploy your smart contract on the WAX mainnet or the WAX testnet, you will need to create a self-managed WAX Blockchain Account. diff --git a/docs/es/build/tutorials/create-issue-token/index.md b/docs/es/build/tutorials/create-issue-token/index.md index f999a7b..05601cd 100644 --- a/docs/es/build/tutorials/create-issue-token/index.md +++ b/docs/es/build/tutorials/create-issue-token/index.md @@ -9,9 +9,9 @@ En este tutorial, aprenderás cómo crear y acuñar un token de activo fungible ## Antes de Comenzar -* Necesitarás completar nuestro [Inicio Rápido con Docker](/es/build/dapp-development/docker-setup) (recomendado) y usar la [Guía de desarrollo para la Blockchain de WAX](/es/build/dapp-development) para construir desde el código fuente. +* Necesitarás completar nuestro [Inicio Rápido con Docker](/es/build/dapp-development/docker-setup/) (recomendado) y usar la [Guía de desarrollo para la Blockchain de WAX](/es/build/dapp-development/) para construir desde el código fuente. -* Para compilar y desplegar tu contrato inteligente, necesitarás utilizar el [Kit de Desarrollo de Contratos de WAX (WAX-CDT)](/es/build/dapp-development/wax-cdt). +* Para compilar y desplegar tu contrato inteligente, necesitarás utilizar el [Kit de Desarrollo de Contratos de WAX (WAX-CDT)](/es/build/dapp-development/wax-cdt/). * Para desplegar tu contrato inteligente en la red principal de WAX o en la red de pruebas de WAX, necesitarás crear una Cuenta de Blockchain de WAX autogestionada.