Skip to content

Commit 7a55bb5

Browse files
committed
whoops, need videos in track
1 parent b68504b commit 7a55bb5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

β€Žcontent/tracks/side-tracks/livestreams/index.jsonβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"title": "Coding Train Live!",
33
"description": "This side track is a collection of select livestreams.",
44
"videos": [
5+
"livestreams/robot-controller-1",
6+
"livestreams/robot-controller-2",
57
"livestreams/genuary-2025",
68
"livestreams/page-not-found",
79
"livestreams/creative_coding_ai_agent",

β€Žcontent/videos/livestreams/robot-controller-1/index.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
{
7777
"icon": "πŸš‚",
7878
"title": "Robot Controllers Part 2",
79-
"url": "https://youtube.com/live/3FeySIv-gFM",
79+
"url": "/tracks/livestreams/livestreams/robot-controller-2",
8080
"description": "The second part of this series, where we coded a simulation of a hopping robot."
8181
},
8282
{

β€Žcontent/videos/livestreams/robot-controller-2/index.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
{
9292
"icon": "πŸš‚",
9393
"title": "Robot Controllers Part 1",
94-
"url": "https://youtube.com/live/fWQWX9-8_sA",
94+
"url": "/tracks/livestreams/livestreams/robot-controller-1",
9595
"description": "The first part of this series, where we coded a simulation of an inverted pendulum on a cart."
9696
},
9797
{

0 commit comments

Comments
Β (0)