diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index 2b87a8ba815..41972334185 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -13,7 +13,7 @@

<%=t 'user_notifications.digest.top_topics' %>

<%- @featured_topics.each_with_index do |t, i| %> - <%= link_to t.title, t.relative_url %> + <%= link_to t.title, "#{Discourse.base_url}#{t.relative_url}" %> <%- if t.best_post.present? %>