Merge pull request #427 from QuincyLarson/field-guide-updates

adds field guide updates
This commit is contained in:
Berkeley Martinez
2015-05-07 23:25:54 -07:00
2 changed files with 377 additions and 277 deletions

2
app.js
View File

@@ -222,7 +222,7 @@ app.use(function (req, res, next) {
app.get('/', homeController.index);
app.get('/nonprofit-project-instructions', function(req, res) {
res.redirect(301, '/field-guide/nonprofit-project-instructions');
res.redirect(301, '/field-guide/how-do-free-code-camp\'s-nonprofit-projects-work');
});
app.get('/chat', resourcesController.chat);