From c26220fcccfec4c97bf1f467c233f6404e937e35 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Tue, 16 Feb 2016 13:05:42 +0000 Subject: [PATCH] Update wiki link for twitch JSON Challenge --- .../intermediate-ziplines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/intermediate-ziplines.json b/challenges/01-front-end-development-certification/intermediate-ziplines.json index 2dd5c75bab..1580df23f3 100644 --- a/challenges/01-front-end-development-certification/intermediate-ziplines.json +++ b/challenges/01-front-end-development-certification/intermediate-ziplines.json @@ -154,7 +154,7 @@ "User Story: I can click the status output and be sent directly to the Free Code Camp's Twitch.tv channel.", "User Story: if a Twitch user is currently streaming, I can see additional details about what they are streaming.", "User Story: I will see a placeholder notification if a streamer has closed their Twitch account (or the account never existed). You can verify this works by adding brunofin and comster404 to your array of Twitch streamers.", - "Hint: See an example call to Twitch.tv's JSONP API at https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Zipline-Use-the-Twitchtv-JSON-API.", + "Hint: See an example call to Twitch.tv's JSONP API at https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Front-End-Project-Use-the-Twitchtv-JSON-API.", "Hint: The relevant documentation about this API call is here: https://github.com/justintv/Twitch-API/blob/master/v3_resources/streams.md#get-streamschannel.", "Hint: Here's an array of the Twitch.tv usernames of people who regularly stream coding: [\"freecodecamp\", \"storbeck\", \"terakilobyte\", \"habathcx\",\"RobotCaleb\",\"thomasballinger\",\"noobs2ninjas\",\"beohoff\"]", "Remember to use Read-Search-Ask if you get stuck.",