From 1e76cc2c3ebf90b4b402f584248345b3923e8ee0 Mon Sep 17 00:00:00 2001 From: Chaitanya Raju Date: Fri, 6 May 2016 05:50:02 +0000 Subject: [PATCH] fix for Url Shortner --- .../03-back-end-development-certification/api-projects.json | 1 + 1 file changed, 1 insertion(+) diff --git a/seed/challenges/03-back-end-development-certification/api-projects.json b/seed/challenges/03-back-end-development-certification/api-projects.json index 79253980ee..d945d86e89 100644 --- a/seed/challenges/03-back-end-development-certification/api-projects.json +++ b/seed/challenges/03-back-end-development-certification/api-projects.json @@ -258,6 +258,7 @@ "User Story: I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.", "User Story: If I pass an invalid URL that doesn't follow the valid http://www.example.com format, the JSON response will contain an error instead.", "User Story: When I visit that shortened URL, it will redirect me to my original link.", + "Pro Tip: Checkout this wiki article for tips on integrating MongoDB on Heroku.", "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 from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ],