diff --git a/README.md b/README.md index 3aaa29c..62bf99a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ ### Day 3 1. Morning Lecture: [Nested Models](day3/instructor_notes/Nested_Models.md) -1. Morning Lab: Implement Find for Both `/people/:id` and `/locations/:id` with Nested Models -1. Afternoon Lab (no lecture): Implement a Many-to-Many Relationship with a `Companies` Model -1. Homework: Finish Lab +1. Morning Lab: [Implement Find for Both `/people/:id` and `/locations/:id` with Nested Models](day3/student_labs/morning.md) +1. Afternoon Lab (no lecture): [Implement a Many-to-Many Relationship with a `Companies` Model](day3/student_labs/afternoon.md) +1. Homework: [Finish Lab](day3/homework/README.md)