Fix mailer to point to new news route instead of stories

This commit is contained in:
terakilobyte
2015-05-03 20:41:35 -04:00
parent 7cbcf46377
commit 749ff0cc74

View File

@ -534,7 +534,7 @@ exports.storySubmission = function(req, res, next) {
text: [
'Just a quick heads-up: ' + data.author.username + ' replied to you on Camper News.',
'You can keep this conversation going.',
'Just head back to the discussion here: http://freecodecamp.com/stories/' + data.originalStoryLink,
'Just head back to the discussion here: http://freecodecamp.com/news/' + data.originalStoryLink,
'- the Free Code Camp Volunteer Team'
].join('\n')
};