From 5e76dc8b00740ec0c76feec93129df7a6ebc74c9 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 31 Aug 2015 23:44:31 -0700 Subject: [PATCH] update the camper news zipline --- challenges/intermediate-ziplines.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/challenges/intermediate-ziplines.json b/challenges/intermediate-ziplines.json index 6317353902..e64b83268c 100644 --- a/challenges/intermediate-ziplines.json +++ b/challenges/intermediate-ziplines.json @@ -8,14 +8,13 @@ "difficulty": 1.02, "challengeSeed": ["126415129"], "description": [ - "Objective: Build a CodePen.io app that successfully reverse-engineers this: http://codepen.io/GeoffStorbeck/full/Wveezv.", + "Objective: Build a CodePen.io app that successfully reverse-engineers this: http://codepen.io/MarufSarker/full/ZGPZLq/.", "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", "Rule #2: You may use whichever libraries or APIs you need.", "Rule #3: Reverse engineer the example project's functionality, and also feel free to personalize it.", "Here are the user stories you must enable, and optional bonus user stories:", "User Story: As a user, I can browse recent posts from Camper News.", "User Story: As a user, I can click on a post to be taken to the story's original URL.", - "User Story: As a user, I can click a link to go directly to the post's discussion page.", "Bonus User Story: As a user, I can see how many upvotes each story has.", "Hint: Here's the Camper News Hot Stories API endpoint: http://www.freecodecamp.com/news/hot.", "Remember to use Read-Search-Ask if you get stuck.",