Skip to content

Commit

Permalink
fix youtube link
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Dec 29, 2023
1 parent 909b646 commit 7414c9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ export default function Index() {
<p>
This is a demo app to show off the features of Remix and teach them
through some videos we've published on{" "}
<a href="#TODO" className="underline">
<a
href="https://www.youtube.com/watch?v=RTHzZVbTl6c&list=PLXoynULbYuED9b2k5LS44v9TQjfXifwNu&pp=gAQBiAQB"
className="underline"
>
YouTube
</a>
.
Expand Down

0 comments on commit 7414c9a

Please sign in to comment.