diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.english.md
index 9265fd593c..825b10346d 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.english.md
@@ -11,12 +11,12 @@ forumTopicId: 302349
Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/freeCodeCamp/full/JqdoMV.
Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.
-User Story: I can see a list of the most recent posts on the freeCodeCamp forums.
+User Story: I can see a list of the most recent posts on the freeCodeCamp forum.
User Story: For each topic, I can see the title and a list of links to users who have recently posted in it.
User Story: I can see the number of replies and views that each topic has had, and a timestamp of when the topic was last active.
-Hint: To get the 30 most recent forum posts: https://buttercup-island.glitch.me/latest.
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it on the freeCodeCamp forum.
+Hint: To get the 30 most recent forum posts: https://fcc-forum-proxy.freecodecamp.repl.co/latest.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.english.md
index dab1aa50f9..91a3332ba6 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.english.md
@@ -18,8 +18,8 @@ forumTopicId: 302350
User Story: I should get a circle of different color on each click.
User Story: I can click on the 'Reset' button to remove the recent color.
User Story: I can click on the 'Reset All' button to remove all the colors from the circles.
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it with your friends on Facebook.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
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 9d028acef7..e851b47aff 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
@@ -9,15 +9,15 @@ forumTopicId: 302351
## Description
-Objective: Build a full stack JavaScript app that is functionally similar to this: http://whatsgoinontonight.herokuapp.com/ and deploy it to Heroku.
+Objective: Build a full stack JavaScript app that is functionally similar to this: https://whatsgoinontonight.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.
User Story: As an authenticated user, I can remove myself from a bar if I no longer want to go there.
User Story: As an unauthenticated user, when I login I should not have to search again.
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.
-Once you've finished implementing these user stories, click the "I've completed this challenge" button and enter the URLs for both your GitHub repository and your live app running on Heroku.
-You can get feedback on your project by sharing it with your friends on Facebook.
+Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.english.md
index 747dae56f6..a8d9d15d56 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.english.md
@@ -8,7 +8,7 @@ forumTopicId: 302352
## Description
-Objective: Build a Glitch app that is functionally similar to this: https://wild-song.glitch.me.
+Objective: Build a Repl.it app that is functionally similar to this: https://pinterest-clone.freecodecamp.repl.co/.
Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.
User Story: As an unauthenticated user, I can login with GitHub.
User Story: As an authenticated user, I can link to images.
@@ -16,9 +16,9 @@ Fulfill the below User Story: As an unauthenticated user, I can browse other users' walls of images.
User Story: As an authenticated user, if I upload an image that is broken, it will be replaced by a placeholder image. (can use jQuery broken image detection)
-Hint: Masonry.js is a library that allows for Pinterest-style image grids.
-Once you've finished implementing these user stories, click the "I've completed this challenge" button and enter the URLs for both your GitHub repository and your live app running on Heroku.
-You can get feedback on your project by sharing it with your friends on Facebook.
+Hint: Masonry.js is a library that allows for Pinterest-style image grids.
+Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pong-game.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pong-game.english.md
index 6dd9359587..8adcc1957a 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pong-game.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pong-game.english.md
@@ -16,8 +16,8 @@ forumTopicId: 302353
User Story: The computer can control the other paddle.
User Story: The computer's paddle is unbeatable. It should never miss the ball.
User Story: The game keeps track of the player and computer's score.
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it with your friends on Facebook.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-recipe-box.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-recipe-box.english.md
index aa6e260874..44c2f68ced 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-recipe-box.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-recipe-box.english.md
@@ -18,8 +18,8 @@ Fulfill the below Hint: You should prefix your local storage keys on CodePen, i.e. _username_recipes
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it with your friends on Facebook.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.english.md
index 92f128494c..643118ea2a 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.english.md
@@ -20,8 +20,8 @@ Fulfill the below freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.english.md
index 1c71d300f6..f34a9e006c 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.english.md
@@ -20,8 +20,8 @@ Fulfill the below freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.english.md
index bdbb3f8ce5..5ed81be64c 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.english.md
@@ -14,8 +14,8 @@ Fulfill the below User Story: I can choose whether I want to play as X or O.
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it with your friends on Facebook.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-voting-app.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-voting-app.english.md
index 4c760247f1..f0f15b0e17 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-voting-app.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-voting-app.english.md
@@ -9,7 +9,7 @@ forumTopicId: 302359
## Description
-Objective: Build a full stack JavaScript app that is functionally similar to this: https://fcc-voting-arthow4n.herokuapp.com/ and deploy it to Heroku.
+Objective: Build a full stack JavaScript app that is functionally similar to this: https://fcc-voting-arthow4n.herokuapp.com/.
Here are the specific user stories you should implement for this project:
User Story: As an authenticated user, I can keep my polls and come back later to access them.
User Story: As an authenticated user, I can share my polls with my friends.
@@ -19,8 +19,8 @@ Here are the specific user stories you should implement for this project:
User Story: As an unauthenticated or authenticated user, I can see and vote on everyone's polls.
User Story: As an unauthenticated or authenticated user, I can see the results of polls in chart form. (This could be implemented using Chart.js or Google Charts.)
User Story: As an authenticated user, if I don't like the options on a poll, I can create a new option.
-Once you've finished implementing these user stories, click the "I've completed this challenge" button and enter the URLs for both your GitHub repository and your live app running on Heroku.
-You can get feedback on your project by sharing it with your friends on Facebook.
+Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.english.md
index e79547641e..eead64d9fc 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.english.md
@@ -16,8 +16,8 @@ Fulfill the below Hint #1: Here's a URL you can use to get a random Wikipedia article: https://en.wikipedia.org/wiki/Special:Random
.
Hint #2: Here's an entry on using Wikipedia's API: https://www.mediawiki.org/wiki/API:Main_page
.
Hint #3: Use this link to experiment with Wikipedia's API.
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it with your friends on Facebook.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.english.md
index a85f440c5b..d22a0003e8 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.english.md
@@ -9,13 +9,13 @@ forumTopicId: 302361
## Description
-Objective: Build a full stack JavaScript app that allows you to search for images like this: https://cryptic-ridge-9197.herokuapp.com/api/imagesearch/lolcats%20funny?offset=10 and browse recent search queries like this: https://cryptic-ridge-9197.herokuapp.com/api/latest/imagesearch/. Then deploy it to Glitch.
+Objective: Build a full stack JavaScript app on Repl.it that allows you to search for images like this: https://cryptic-ridge-9197.herokuapp.com/api/imagesearch/lolcats%20funny?offset=10 and browse recent search queries like this: https://cryptic-ridge-9197.herokuapp.com/api/latest/imagesearch/.
Here are the specific user stories you should implement for this project:
-User Story: I can get the image URLs, alt text and page urls for a set of images relating to a given search string.
+User Story: I can get the image URLs, alt text and page URLs for a set of images relating to a given search string.
User Story: I can paginate through the responses by adding a ?offset=2 parameter to the URL.
User Story: I can get a list of the most recently submitted search strings.
-Once you've finished implementing these user stories, click the "I've completed this challenge" button and enter the URLs for both your GitHub repository and your live app running on Glitch.
-You can get feedback on your project by sharing it with your friends on Facebook.
+Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-the-game-of-life.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-the-game-of-life.english.md
index d442b13475..1e2e953c9c 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-the-game-of-life.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-the-game-of-life.english.md
@@ -19,8 +19,8 @@ Fulfill the below https://www.youtube.com/watch?v=E8kUJL04ELA
Hint: Here's an overview of Conway's Game of Life with rules for your reference: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it with your friends on Facebook.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/chart-the-stock-market.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/chart-the-stock-market.english.md
index 83a0443596..990e1157bb 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/chart-the-stock-market.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/chart-the-stock-market.english.md
@@ -9,14 +9,14 @@ forumTopicId: 302363
## Description
-Objective: Build a full stack JavaScript app that is functionally similar to this: http://watchstocks.herokuapp.com/ and deploy it to Heroku.
+Objective: Build a full stack JavaScript app that is functionally similar to this: https://watchstocks.herokuapp.com/.
Here are the specific user stories you should implement for this project:
User Story: I can view a graph displaying the recent trend lines for each added stock.
User Story: I can add new stocks by their symbol name.
User Story: I can remove stocks.
User Story: I can see changes in real-time when any other user adds or removes a stock. For this you will need to use Web Sockets.
-Once you've finished implementing these user stories, click the "I've completed this challenge" button and enter the URLs for both your GitHub repository and your live app running on Heroku.
-You can get feedback on your project by sharing it with your friends on Facebook.
+Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.english.md
index 782a96fe22..c02167a68a 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.english.md
@@ -8,14 +8,14 @@ forumTopicId: 302364
## Description
-Objective: Build a Glitch app that is functionally similar to this: https://chrome-delivery.glitch.me.
+Objective: Build a Repl.it app that is functionally similar to this: https://book-trading-club.freecodecamp.repl.co/.
Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.
User Story: I can view all books posted by every user.
User Story: I can add a new book.
User Story: I can update my settings to store my full name, city, and state.
User Story: I can propose a trade and wait for the other user to accept the trade.
-Once you've finished implementing these user stories, click the "I've completed this challenge" button and enter the URLs for both your GitHub repository and your live app running on Heroku.
-You can get feedback on your project by sharing it with your friends on Facebook.
+Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.english.md
index ec822a1812..b220510d31 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.english.md
@@ -15,8 +15,8 @@ Fulfill the following User Story: I can tell the relative size of the meteorite, just by looking at the way it's represented on the map.
User Story: I can mouse over the meteorite's data point for additional data.
Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/freeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it with your friends on Facebook.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.english.md
index b87fe279d1..0037df1b66 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.english.md
@@ -1,7 +1,7 @@
---
id: bd7150d8c442eddfafb5bd1c
title: P2P Video Chat Application
-challengeType: 3
+challengeType: 4
isHidden: false
isRequired: false
forumTopicId: 302366
@@ -9,7 +9,7 @@ forumTopicId: 302366
## Description
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.english.md
index 85153c1379..0fb120bdb8 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.english.md
@@ -15,8 +15,8 @@ Fulfill the following User Story: I can see each country's flag on its node.
Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/DealPete/forceDirected/master/countries.json
Hint: You can create a spritesheet of national flags at https://www.flag-sprites.com.
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it with your friends on Facebook.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-the-local-weather.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-the-local-weather.english.md
index 6db2c65662..e0f94cb2a5 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-the-local-weather.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-the-local-weather.english.md
@@ -15,9 +15,9 @@ forumTopicId: 302368
User Story: I can see the weather in my current location.
User Story: I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.
User Story: I can push a button to toggle between Fahrenheit and Celsius.
-Note: Many internet browsers now require an HTTP Secure (https://
) connection to obtain a user's locale via HTML5 Geolocation. For this reason, we recommend using HTML5 Geolocation to get user location and then use the freeCodeCamp Weather API https://fcc-weather-api.glitch.me which uses an HTTP Secure connection for the weather. Also, be sure to connect to CodePen.io via https://
.
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it with your friends on Facebook.
+Note: Many internet browsers now require an HTTP Secure (https://
) connection to obtain a user's locale via HTML5 Geolocation. For this reason, we recommend using HTML5 Geolocation to get user location and then use the freeCodeCamp Weather API https://fcc-weather-api.freecodecamp.repl.co/ which uses an HTTP Secure connection for the weather. Also, be sure to connect to CodePen.io via https://
.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions
diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.english.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.english.md
index 14178e0a78..1edbaf501b 100644
--- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.english.md
+++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.english.md
@@ -16,9 +16,9 @@ Fulfill the below https://dev.twitch.tv/docs/api/reference/#get-streams.
Hint: Here's an array of the Twitch.tv usernames of people who regularly stream: ["ESL_SC2", "OgamingSC2", "cretetion", "freecodecamp", "storbeck", "habathcx", "RobotCaleb", "noobs2ninjas"]
-UPDATE: Due to a change in conditions on API usage, Twitch.tv requires an API key, but we've built a workaround. Use https://wind-bow.glitch.me/helix instead of twitch's API base URL (i.e. https://api.twitch.tv/helix ) and you'll still be able to get account information, without needing to sign up for an API key.
-When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
-You can get feedback on your project by sharing it with your friends on Facebook.
+UPDATE: Due to a change in conditions on API usage, Twitch.tv requires an API key, but we've built a workaround. Use https://fcc-twitch-api.freecodecamp.repl.co instead of Twitch's API base URL (i.e. https://api.twitch.tv/helix ) and you'll still be able to get account information, without needing to sign up for an API key.
+When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
+You can get feedback on your project by sharing it on the freeCodeCamp forum.
## Instructions