From 22a465f8ed4d933e8c1b59690bac8ed8b4c55893 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/seed/challenges/04-data-visualization/data-visualization-projects.json b/seed/challenges/04-data-visualization/data-visualization-projects.json index ab0febba444..36fbf748576 100644 --- a/seed/challenges/04-data-visualization/data-visualization-projects.json +++ b/seed/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."