From aad4c4e2168d8dd4f4c9876c6f48464f8be35bcd Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Wed, 1 Jun 2022 13:56:37 +0200 Subject: [PATCH] fix(curriculum): external Yelp link in CIP (#46263) --- .../take-home-projects/build-a-nightlife-coordination-app.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.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.md index 5d39e057a64..214e3ee9f1c 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.md @@ -20,7 +20,7 @@ Here are the specific user stories you should implement for this project: **User Story:** As an unauthenticated user, when you login you should not have to search again. -**Hint:** Try using the [Yelp API](https://www.yelp.com/developers/documentation/v3) to find venues in the cities your users search for. If you use Yelp's API, be sure to mention so in your app. +**Hint:** Try using the Yelp API to find venues in the cities your users search for. If you use Yelp's API, be sure to mention so in your app. When you are done, make sure a working demo of your project is hosted somewhere public. Then submit the URL to it in the `Solution Link` field. Optionally, also submit a link to your project's source code in the `GitHub Link` field.