Skip to content

Commit 7414c9a

Browse files
committed
fix youtube link
1 parent 909b646 commit 7414c9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/routes/_index.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ export default function Index() {
1313
<p>
1414
This is a demo app to show off the features of Remix and teach them
1515
through some videos we've published on{" "}
16-
<a href="#TODO" className="underline">
16+
<a
17+
href="https://www.youtube.com/watch?v=RTHzZVbTl6c&list=PLXoynULbYuED9b2k5LS44v9TQjfXifwNu&pp=gAQBiAQB"
18+
className="underline"
19+
>
1720
YouTube
1821
</a>
1922
.

0 commit comments

Comments
 (0)