From d00db042114aeee5e7f0f46450e40f10c824bfbd Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 4 Jun 2015 20:40:26 -0700 Subject: [PATCH] fix broken link and add city --- app.js | 2 +- seed_data/field-guides.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 97ee11c775..9087b75494 100755 --- a/app.js +++ b/app.js @@ -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); diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index fca11494c2..92ed75de3c 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -405,6 +405,7 @@ "
  • Nashville
  • ", "
  • New Haven
  • ", "
  • New Orleans
  • ", + "
  • New Paltz
  • ", "
  • New York City
  • ", "
  • Oakland
  • ", "
  • Oklahoma City
  • ", @@ -853,7 +854,7 @@ "

    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:

    ", "

    ", "

      ", - "
    1. You can message @quincylarson in Slack with your question.
    2. ", + "
    3. You can message @danraley in Slack with your question.
    4. ", "
    5. You can also contribute to this field guide directly via GitHub pull request, by cloning Free Code Camp's main repository and modifying field-guides.json.
    6. ", "
    ", "

    ",