Skip to content

Commit

Permalink
fix: Updated youtube video link for todo dapp tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
vasmohi committed Sep 1, 2024
1 parent 10d4519 commit 0697a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start/developers/todo-dapp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Moderately difficult smart contract and dApp

**Difficulty Level**: Moderate

<iframe width="100%" style={{"aspect-ratio": "16 / 9"}} src="https://www.youtube.com/watch?v=9sefSIWX6Fw" 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>
<iframe width="100%" style={{"aspect-ratio": "16 / 9"}} src="https://youtu.be/9sefSIWX6Fw?si=2ijoq9jVnUFUohJ5" 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>

## Step 1 - Setting up your development environment

Expand Down

0 comments on commit 0697a59

Please sign in to comment.