Skip to content

Commit 516c87e

Browse files
authored
updated YT URLs (#364)
1 parent 2e89c08 commit 516c87e

File tree

2 files changed

+3
-3
lines changed
  • docs/quick-start

2 files changed

+3
-3
lines changed

docs/quick-start/advance-tutorials/nft-indexer/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Advance featured AeIndexer application
1212
**Difficulty Level**: Easy
1313

1414
<div class="video-container">
15-
<iframe src="https://www.youtube.com/embed/9amvWGMUBs0" title="AeFinder Demo: Use AeFinder to Index, Retrieve, and Manage data on aelf AI Blockchain" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
15+
<iframe width="100%" style={{"aspect-ratio": "16 / 9"}} src="https://www.youtube.com/embed/XZuMwtn8UZU?si=NfoVMHnq_bfTOfKb" title="AeFinder Demo: Use AeFinder to Index, Retrieve, and Manage data on aelf AI Blockchain" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
1616
</div>
1717

1818
## Step 1 - Setting up your development environment
@@ -51,7 +51,7 @@ NFTAeIndexer/
5151

5252
### Core Components
5353

54-
- 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.
54+
- 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.
5555

5656
:::tip
5757
ℹ️ Note: If other contract files are needed, they need to be generated by compiling the corresponding contract project!

docs/quick-start/developers/dice-game-dapp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ state variables, user interactions, and random number generation using Aetherlin
1111

1212
**Difficulty Level**: Moderate
1313

14-
<iframe width="100%" style={{"aspect-ratio": "16 / 9"}} src="https://www.youtube.com/embed/sBNfFADQMXg?si=wbCGIIxez-nh0PC-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
14+
<iframe width="100%" style={{"aspect-ratio": "16 / 9"}} src="https://www.youtube.com/embed/kwwO2Xn6LOQ?si=KovSOxAwWUecpccL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
1515

1616
## Step 1 - Setting up your development environment
1717

0 commit comments

Comments
 (0)