fix privacy policy link and remove redundant field guide entry

This commit is contained in:
Quincy Larson
2015-05-05 18:31:03 -07:00
parent 52f7dcc96b
commit c9e7b30867
2 changed files with 2 additions and 24 deletions

2
app.js
View File

@@ -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) {