@ -84,7 +84,7 @@ function generateForTopic(req, res, next) {
feed.item({
title: 'Reply to ' + topicData.title + ' on ' + dateStamp,
description: postData.content,
url: nconf.get('url') + '/topic/' + topicData.slug + '#' + postData.pid,
url: nconf.get('url') + '/topic/' + topicData.slug + '/' + postData.index,
author: postData.username,
date: dateStamp
});