remove field guide cruft and update all field guide links to wiki
This commit is contained in:
@@ -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"
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user