From 98180514e455bb229dea3a2592658d2a3c1b96cb Mon Sep 17 00:00:00 2001 From: Pauric Holleran Date: Sat, 4 Feb 2017 19:51:53 +0000 Subject: [PATCH] Fixed Dataset Link for Bar Chart Project Removed "1" from the end of the link. --- .../04-data-visualization/data-visualization-projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/04-data-visualization/data-visualization-projects.json b/challenges/04-data-visualization/data-visualization-projects.json index ab0febba44..36fbf74857 100644 --- a/challenges/04-data-visualization/data-visualization-projects.json +++ b/challenges/04-data-visualization/data-visualization-projects.json @@ -10,7 +10,7 @@ "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 is the dataset you will need to complete this project: https://raw.githubusercontent.com/freeCodeCamp/ProjectReferenceData/master/GDP-data.json1", + "Here is the dataset you will need to complete this project: https://raw.githubusercontent.com/freeCodeCamp/ProjectReferenceData/master/GDP-data.json", "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."