fix seed paths

This commit is contained in:
Berkeley Martinez
2015-06-03 12:23:37 -07:00
parent 272d9b4ad5
commit 79cbe13c62
3 changed files with 6 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ function returnNextFieldGuide(req, res, next) {
"You've read all our current Field Guide entries. You can ",
'contribute to our Field Guide ',
"<a href='https://github.com/FreeCodeCamp/freecodecamp/blob/",
"staging/seed_data/field-guides.json'>here</a>."
"staging/seed/field-guides.json'>here</a>."
].join('')
});
}