diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md index de37cc47b8..8ee3d0ad0e 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md @@ -7,7 +7,7 @@ forumTopicId: 302351 ## Description
-Objective: Build a full stack JavaScript app that is functionally similar to this: https://whatsgoinontonight.herokuapp.com/. +Objective: Build a full stack JavaScript app that is functionally similar to this: https://yoyo44.herokuapp.com/. Here are the specific user stories you should implement for this project: User Story: As an unauthenticated user, I can view all bars in my area. User Story: As an authenticated user, I can add myself to a bar to indicate I am going there tonight.