chore(server): Deleted outdated explanation file of how-nonprofit (#17067)

changes for issue 17067

Closes #17067
This commit is contained in:
Abhishek Kulshrestha
2018-04-23 10:47:11 +05:30
committed by mrugesh mohapatra
parent 2f95c9f363
commit 9a380f135a
2 changed files with 3 additions and 64 deletions

View File

@@ -44,9 +44,9 @@ module.exports = function(app) {
}
function howNonprofitProjectsWork(req, res) {
res.render('resources/how-nonprofit-projects-work', {
title: 'How our nonprofit projects work'
});
res.redirect(301,
'https://medium.freecodecamp.com/open-source-for-good-1a0ea9f32d5a');
}
function softwareResourcesForNonprofits(req, res) {