From 241df4573c5266498b6f2347471390bc4bc4aa75 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 3 Apr 2019 17:49:44 -0400 Subject: [PATCH] links --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 624d624..16ddfeb 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,10 @@ ### Day 2 1. Morning Lecture: [PHP/Postgres API - READ](day2/instructor_notes/API.md) -1. Morning Lab: Update Lecture Code with READ for Locations and Companies +1. Morning Lab: [Update Lecture Code with READ for Locations and Companies](day2/student_labs/morning.md) 1. Afternoon Lecture: [PHP/Postgres API - CREATE, UPDATE, DELETE](day2/instructor_notes/API2.md) -1. Afternoon Lab: Update Lecture Code with CREATE, UPDATE, DELETE on Locations and Companies -1. Homework: Finish with Labs - - Stretch: Implement Find for `/people/:id`, `/locations/:id`, and `/companies/:id` +1. Afternoon Lab: [Update Lecture Code with CREATE, UPDATE, DELETE on Locations and Companies](day2/student_labs/afternoon.md) +1. Homework: [Finish with Labs](day2/homework/README.md) ### Day 3