Skip to content

Commit

Permalink
Docs: Fix youtube iframe link (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
kc-diabeat committed Jun 3, 2024
1 parent e3a0cd4 commit 90017d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_label: GitPod

## Launching Gitpod workspace

<iframe width="560" height="315" src="https://www.youtube.com/watch?v=ru_p3D5I9ik" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ru_p3D5I9ik" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>


To get started with using Zango in gitpod, you can click on the button below:
Expand Down

0 comments on commit 90017d6

Please sign in to comment.