Merge pull request #413 from terakilobyte/news-mailer-fix

News mailer fix
This commit is contained in:
Quincy Larson
2015-05-04 13:53:03 -07:00

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')
};