Skip to content

Fix YouTube embed URL format in README#66

Closed
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-embed-url-video-preview
Closed

Fix YouTube embed URL format in README#66
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-embed-url-video-preview

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 10, 2026

GitBook video embeds require /embed/ URL format rather than /watch?v= to render properly.

Changes

  • Updated YouTube URL from watch format to embed format in README.md
-{% embed url="https://www.youtube.com/watch?v=9vafneOBgYs" %}
+{% embed url="https://www.youtube.com/embed/9vafneOBgYs" %}

This enables the video preview to display correctly in the documentation.

Original prompt

Fix the embed url video preview in readme


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: QilongTang <3942418+QilongTang@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix embed URL video preview in README Fix YouTube embed URL format in README Feb 10, 2026
Copilot AI requested a review from QilongTang February 10, 2026 14:59
@QilongTang QilongTang closed this Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants