From 749ff0cc748e55c472e00b209b84d4a1e9116552 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Sun, 3 May 2015 20:41:35 -0400 Subject: [PATCH] Fix mailer to point to new news route instead of stories --- controllers/story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/story.js b/controllers/story.js index 9770806f2e..9b0a424179 100755 --- a/controllers/story.js +++ b/controllers/story.js @@ -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') };