From 3fdf21d8b54d62ede5ead9de97048327f2b3de75 Mon Sep 17 00:00:00 2001 From: tanuj-aelf Date: Wed, 8 Jan 2025 20:24:51 +0530 Subject: [PATCH] updated YT URLs --- docs/quick-start/advance-tutorials/nft-indexer/index.md | 4 ++-- docs/quick-start/developers/dice-game-dapp/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quick-start/advance-tutorials/nft-indexer/index.md b/docs/quick-start/advance-tutorials/nft-indexer/index.md index f71cb3c1..1350d41a 100644 --- a/docs/quick-start/advance-tutorials/nft-indexer/index.md +++ b/docs/quick-start/advance-tutorials/nft-indexer/index.md @@ -12,7 +12,7 @@ description: Advance featured AeIndexer application **Difficulty Level**: Easy
- +
## Step 1 - Setting up your development environment @@ -51,7 +51,7 @@ NFTAeIndexer/ ### Core Components -- Obtain the Token contract files through the [AeFinder GitHub NFT AeIndexer sample](https://github.com/AeFinderProject/aefinder/tree/master/samples/TokenAeIndexer), and copy these two files to the directory src/NFTAeIndexer/Contracts. +- Obtain the Token contract files through the [AeFinder GitHub NFT Indexer sample](https://github.com/AElfProject/aelf-samples/tree/master/nft/nft-indexer/src/nftIndexer/Contracts), and copy these two files to the directory src/NFTAeIndexer/Contracts. :::tip ℹ️ Note: If other contract files are needed, they need to be generated by compiling the corresponding contract project! diff --git a/docs/quick-start/developers/dice-game-dapp/index.md b/docs/quick-start/developers/dice-game-dapp/index.md index b5b5ee47..605c48a3 100644 --- a/docs/quick-start/developers/dice-game-dapp/index.md +++ b/docs/quick-start/developers/dice-game-dapp/index.md @@ -11,7 +11,7 @@ state variables, user interactions, and random number generation using Aetherlin **Difficulty Level**: Moderate - + ## Step 1 - Setting up your development environment