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