From 1f530602baa1e8aa73b9173d573cd784c771e152 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 29 Sep 2020 14:55:27 -0500 Subject: [PATCH] fix: nightlife app link (#39727) --- .../build-a-nightlife-coordination-app.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.