From 4176e6e886a3fabe600ccae625b6f2318a16308f Mon Sep 17 00:00:00 2001 From: Chris Jantzen Date: Sun, 5 Mar 2017 16:05:07 -0800 Subject: [PATCH] Changed codepen link on project page to the full webpage without code. (#13766) --- .../responsive-web-design-projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-responsive-web-design/responsive-web-design-projects.json b/seed/challenges/01-responsive-web-design/responsive-web-design-projects.json index 0d0cfa044b..5f1159cde0 100644 --- a/seed/challenges/01-responsive-web-design/responsive-web-design-projects.json +++ b/seed/challenges/01-responsive-web-design/responsive-web-design-projects.json @@ -246,7 +246,7 @@ "title": "Build a Product Landing Page", "description": [ "Fulfill the user stories by getting all of the tests to pass. Use whichever libraries you need. Give it your own personal style.", - "Here's a working example. Try not to look at its code.", + "Here's a working example. Try not to look at its code.", "You can build your project by forking this CodePen pen. Or you can use this CDN link to run the tests in any environment you like: https://gitcdn.link/repo/freeCodeCamp/testable-projects-fcc/master/build/bundle.js", "Once you're done, submit the URL to your working project with all its tests passing.", "Remember to use the Read-Search-Ask method if you get stuck."