Skip to content

Commit 7c5356d

Browse files
committed
replace hub links with youtube embedded content
1 parent 586068a commit 7c5356d

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

units/en/unit3/build-mcp-server.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ The team knows they need better PR descriptions, but everyone's too busy shippin
1717

1818
### Screencast: The PR Problem in Action 😬
1919

20-
<video controls>
21-
<source src="https://huggingface.co/datasets/mcp-course/videos/resolve/main/unit3/pr-chaos-at-cc-studios-small.mp4" type="video/mp4" />
22-
Your browser does not support the video tag.
23-
</video>
20+
<Youtube id="tskAUPWFPP0" />
2421

2522
**What You'll See**: A real PR at CodeCraft Studios titled "various improvements" and the description simply says "Fixed some stuff and made updates". Classic, right?
2623

@@ -38,10 +35,7 @@ In this first module, you'll create the foundation of CodeCraft Studios' automat
3835

3936
### Screencast: Your PR Agent Saves the Day! 🚀
4037

41-
<video controls>
42-
<source src="https://huggingface.co/datasets/mcp-course/videos/resolve/main/unit3/better-prs-at-cc-studios.mp4" type="video/mp4" />
43-
Your browser does not support the video tag.
44-
</video>
38+
<Youtube id="OaAWJLvnlqc" />
4539

4640
**The Solution in Action**: Watch how your MCP server will transform PR chaos into clarity:
4741
1. **`analyze_file_changes`** - Grabs all the changes (453 lines across 8 files!)

units/en/unit3/github-actions-integration.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ Building on the foundation you created in Module 1, you'll add:
2626

2727
### Screencast: Real-Time CI/CD Monitoring in Action! 🎯
2828

29-
<video controls>
30-
<source src="https://huggingface.co/datasets/mcp-course/videos/resolve/main/unit3/github-actions-integration-compressed.mp4" type="video/mp4" />
31-
Your browser does not support the video tag.
32-
</video>
29+
<Youtube id="XIEnmCicFXk" />
3330

3431
**The Setup**: Watch how CodeCraft Studios' new system catches failures before they reach production:
3532
1. **GitHub Webhooks** - See the actual webhook configuration that sends events to your server

units/en/unit3/slack-notification.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ Building on the foundation from Modules 1 and 2, you'll add the final piece of t
2929

3030
### Screencast: The Complete Automation System! 🎉
3131

32-
<video controls>
33-
<source src="https://huggingface.co/datasets/mcp-course/videos/resolve/main/unit3/slack-notification-compressed.mp4" type="video/mp4" />
34-
Your browser does not support the video tag.
35-
</video>
32+
<Youtube id="sX5qrbDG-oY" />
3633

3734
**The Final Piece**: Watch how your complete automation system prevents those Monday morning surprises that plagued Emma and Jake!
3835

0 commit comments

Comments
 (0)