diff --git a/app/views/list/list.rss.erb b/app/views/list/list.rss.erb
index c9ed0be878f..fe1a48d4382 100644
--- a/app/views/list/list.rss.erb
+++ b/app/views/list/list.rss.erb
@@ -27,7 +27,7 @@
]]>
<%= topic_url %>
<%= topic.created_at.rfc2822 %>
- <%= topic_url %>
+ topic-<%= topic.id %>
<% end %>
diff --git a/app/views/topics/show.rss.erb b/app/views/topics/show.rss.erb
index 67df5fd6568..a20275d0bc9 100644
--- a/app/views/topics/show.rss.erb
+++ b/app/views/topics/show.rss.erb
@@ -30,7 +30,7 @@
]]>
<%= post_url %>
<%= post.created_at.rfc2822 %>
- <%= post_url %>
+ post-<%= post.topic_id %>-<%= post.post_number %>
<% end %>