diff --git a/README.md b/README.md index ae0d1b7..f3ac60f 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ This repo is related to the second episode of a three part series. Episode I: We'll start with how the http request/response protocol works with routes, controllers, actions and models to deliver a restful json CRUD api. Episode II: (This episode and repo) By the end of the second episode you'll use these concepts to build a restful json CRUD api from scratch. In the third episode we'll explore how sail's *blueprint: actions and routes* can be used to create that same restful json CRUD api automatically for any of your controllers and models. -The episode associated with this repo can be found here: (http://www.youtube.com/watch?v=640cL3aFfA8&feature=youtu.be) +The episode associated with this repo can be found here: (https://www.youtube.com/watch?v=Hr8axUV6NpM)