diff --git a/app/views/comments/index.rss.haml b/app/views/comments/index.rss.haml index 5e4b227c5..db2f7a54f 100644 --- a/app/views/comments/index.rss.haml +++ b/app/views/comments/index.rss.haml @@ -20,4 +20,4 @@ %pubDate= comment.created_at.to_s(:rfc822) %link= post_url(comment.post) - %guid= post_url(comment.post) + %guid= comment_url(comment) diff --git a/app/views/posts/show.rss.haml b/app/views/posts/show.rss.haml index 4f260a038..d5867dfb4 100644 --- a/app/views/posts/show.rss.haml +++ b/app/views/posts/show.rss.haml @@ -20,4 +20,4 @@ %pubDate= comment.created_at.to_s(:rfc822) %link= post_url(@post) - %guid= post_url(@post) + %guid= comment_url(comment)