remove field guide cruft and update all field guide links to wiki

This commit is contained in:
Quincy Larson
2015-07-31 21:55:49 -07:00
parent fd68501e16
commit feab8b508e
24 changed files with 74 additions and 1718 deletions

View File

@@ -4,14 +4,7 @@ module.exports = function(app) {
router.get('/nonprofit-project-instructions', function(req, res) {
res.redirect(
301,
'/field-guide/how-do-free-code-camps-nonprofit-projects-work'
);
});
router.get('/coding-bootcamp-cost-calculator', function(req, res) {
res.redirect(
301,
'/field-guide/can-i-calculate-the-true-cost-of-a-bootcamp-with-a-coding-bootcamp-cost-calculator'
"https://github.com/FreeCodeCamp/freecodecamp/wiki/How-Free-Code-Camp's-Nonprofit-Projects-work"
);
});
@@ -21,7 +14,7 @@ module.exports = function(app) {
router.get('/privacy', function(req, res) {
res.redirect(
301, '/field-guide/what-is-the-free-code-camp-privacy-policy?'
301, "https://github.com/FreeCodeCamp/freecodecamp/wiki/Free-Code-Camp's-Privacy-Policy"
);
});