diff --git a/README.md b/README.md index 1f6f4b1..887474d 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ cd elm-0.19-workshop 6. Continue with either the [`intro`](https://github.com/rtfeldman/elm-0.19-workshop/blob/master/intro/README.md) or [`advanced`](https://github.com/rtfeldman/elm-0.19-workshop/blob/master/advanced/README.md) instructions, depending on which workshop you're doing! -Videos of this Workshop +Video Course of this Workshop ======================= I recorded full-length videos for [Frontend Masters](https://frontendmasters.com/), in which I teach both of these workshops start to finish: -* [Intro](https://frontendmasters.com/courses/intro-elm/) video -* [Advanced](https://frontendmasters.com/courses/advanced-elm/) video +* [Introduction to Elm](https://frontendmasters.com/courses/intro-elm/) video course +* [Advanced Elm](https://frontendmasters.com/courses/advanced-elm/) video course diff --git a/advanced/README.md b/advanced/README.md index f808340..d551136 100644 --- a/advanced/README.md +++ b/advanced/README.md @@ -45,6 +45,7 @@ If things aren’t working, the instructor will be happy to help! * [The solutions to these exercises](https://github.com/rtfeldman/elm-0.19-workshop/tree/solutions/advanced) * [Slides for the Frontend Masters workshop that goes with this repo](https://docs.google.com/presentation/d/1aFZBXs9kzlZww2JN6iDmrYiQaxKlCAz6a5zpt882GHk/edit?usp=sharing) +* [Advanced Elm Video Course](https://frontendmasters.com/courses/advanced-elm/) that goes with this repo * [The Life of a File](https://www.youtube.com/watch?v=XpDsk374LDE) - Evan Czaplicki * [The Importance of Ports](https://www.youtube.com/watch?v=P3pL85n9_5s) - Murphy Randle * [Working with Maybe](https://www.youtube.com/watch?v=43eM4kNbb6c) - Joël Quenneville diff --git a/intro/README.md b/intro/README.md index 9f745bc..1d70545 100644 --- a/intro/README.md +++ b/intro/README.md @@ -44,7 +44,8 @@ If things aren’t working, the instructor will be happy to help! ## Links * [The solutions to these exercises](https://github.com/rtfeldman/elm-0.19-workshop/tree/solutions/intro) -* [Slides for the Frontend Masters workshop that goes with this repo](https://docs.google.com/presentation/d/1LM_W2BRs_ItT-SPDe70C10cbwhGNHGQlJ1fVnAdnRIY/edit?usp=sharing) +* [Slides for the Frontend Masters video course that goes with this repo](https://docs.google.com/presentation/d/1LM_W2BRs_ItT-SPDe70C10cbwhGNHGQlJ1fVnAdnRIY/edit?usp=sharing) +* [Introduction to Elm Video Course](https://frontendmasters.com/courses/intro-elm/) that goes along with this repo. * [Elm in Action](https://www.manning.com/books/elm-in-action?a_aid=elm_in_action&a_bid=b15edc5c), a book by [Richard Feldman](https://twitter.com/rtfeldman), creator of this workshop * [Official Elm Guide](https://guide.elm-lang.org/) by [Evan Czaplicki](https://twitter.com/czaplic), creator of Elm * [Elm Slack](http://elmlang.herokuapp.com/) - amazingly helpful chat community. People in [the `#beginners` channel](https://elmlang.slack.com/messages/C192T0Q1E/) are happy to answer questions!