From c9e7b308671afe27739b08673342674405ddd68b Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 5 May 2015 18:31:03 -0700 Subject: [PATCH] fix privacy policy link and remove redundant field guide entry --- app.js | 2 +- seed_data/field-guides.json | 24 +----------------------- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/app.js b/app.js index 0433a5f886d..3aa08c38254 100755 --- a/app.js +++ b/app.js @@ -346,7 +346,7 @@ app.post( ); app.get('/privacy', function(req, res) { - res.redirect(301, '/field-guide/the-free-code-camp-privacy-policy'); + res.redirect(301, '/field-guide/what-is-free-code-camp\'s-privacy-policy'); }); app.get('/api/slack', function(req, res) { diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index fa86075e3fc..8e99a188336 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -245,28 +245,6 @@ "" ] }, - { - "_id": "bd7158d9c436eddfaeb5bd2f", - "name": "How do I get help when I get stuck?", - "description": [ - "
", - "

When you get stuck, remember: RSAP.

", - "

", - "
    ", - "
  1. Read the documentation or error
  2. ", - "
  3. Search Google
  4. ", - "
  5. Ask your friends for help
  6. ", - "
  7. Post on Stack Overflow
  8. ", - "
", - "

", - "

This is the most time-efficient way to handle being stuck, and it's the most respectful of other people's time, too.

", - "

Most of the time, you'll solve your problem after just one or two steps of this algorithm.

", - "

We have a special chat room just for getting help: https://freecode.slack.com/messages/help/

", - "

Also, if you need to post on Stack Overflow, be sure to read their guide to asking good questions: http://stackoverflow.com/help/how-to-ask.

", - "

Learning to code is hard. But it's a lot easier if you ask for help when you need it!

", - "
" - ] - }, { "_id": "bd7158d9c442eddfaeb5bdef", "name": "How do I best use the Global Control Shortcuts for Mac?", @@ -458,7 +436,7 @@ }, { "_id": "bd7158d9c451eddfaeb5bdef", - "name": "What is Free Code Camp Privacy Policy?", + "name": "What is Free Code Camp's Privacy Policy?", "description": [ "
", "

Free Code Camp is committed to respecting the privacy of visitors to our web sites and web applications. The guidelines below explain how we protect the privacy of visitors to FreeCodeCamp.com and its features.

",