fix broken link and add city

This commit is contained in:
Quincy Larson
2015-06-04 20:40:26 -07:00
parent 6256bfec0e
commit d00db04211
2 changed files with 3 additions and 2 deletions

2
app.js
View File

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

View File

@ -405,6 +405,7 @@
" <li class='large-li'><a href='https://www.facebook.com/groups/free.code.camp.nashville/' target='_blank'>Nashville</a></li>",
" <li class='large-li'><a href='https://www.facebook.com/groups/free.code.camp.new.haven/' target='_blank'>New Haven</a></li>",
" <li class='large-li'><a href='https://www.facebook.com/groups/free.code.camp.neworleans/' target='_blank'>New Orleans</a></li>",
" <li class='large-li'><a href='https://www.facebook.com/groups/free.code.camp.new.paltz/' target='_blank'>New Paltz</a></li>",
" <li class='large-li'><a href='https://www.facebook.com/groups/free.code.camp.new.york.city/' target='_blank'>New York City</a></li>",
" <li class='large-li'><a href='https://www.facebook.com/groups/free.code.camp.berkeley/' target='_blank'>Oakland</a></li>",
" <li class='large-li'><a href='https://www.facebook.com/groups/free.code.camp.oklahoma.city/' target='_blank'>Oklahoma City</a></li>",
@ -853,7 +854,7 @@
" <p class='large-p'>Contributing to our field guide is a great way to establish your history on GitHub, add to your portfolio, and help other campers. If you have a question about JavaScript or programming in general that you'd like us to add to the field guide, here are two ways to get it into the guide:</p>",
" <p class='large-p'>",
" <ol>",
" <li class='large-li'>You can message @quincylarson in Slack with your question.</li>",
" <li class='large-li'>You can message @danraley in Slack with your question.</li>",
" <li class='large-li'>You can also contribute to this field guide directly via GitHub pull request, by cloning Free Code Camp's <a href='https://github.com/FreeCodeCamp/freecodecamp'>main repository</a> and modifying <a href='https://github.com/FreeCodeCamp/freecodecamp/blob/master/seed_data/field-guides.json'>field-guides.json</a>.</li>",
" </ol>",
" </p>",