diff --git a/app/views/content_viewer/_article_toolbar.html.erb b/app/views/content_viewer/_article_toolbar.html.erb
index e7aaeac..8ea706e 100644
--- a/app/views/content_viewer/_article_toolbar.html.erb
+++ b/app/views/content_viewer/_article_toolbar.html.erb
@@ -62,7 +62,7 @@
<% if @page.blog? and !@page.image.nil? %>
<%= image_tag(@page.image.public_filename())%>
<% end %>
- <%= link_to(image_tag('icons-mime/rss-feed.png'), @page.feed.url, :class => 'blog-feed-link') if @page.has_posts? && @page.feed %>
+ <%= link_to(image_tag('/images/icons-mime/rss-feed.png'), @page.feed.url, :class => 'blog-feed-link') if @page.has_posts? && @page.feed %>
<%= @plugins.dispatch(:article_header_extra_contents, @page).collect { |content| instance_exec(&content) }.join("") %>
<%= article_title(@page, :no_link => true) %>
<%= article_translations(@page) %>
diff --git a/app/views/profile/content_tagged.html.erb b/app/views/profile/content_tagged.html.erb
index 2abd6c3..4fa8f0c 100644
--- a/app/views/profile/content_tagged.html.erb
+++ b/app/views/profile/content_tagged.html.erb
@@ -5,7 +5,7 @@
<%= _('Content tagged with "%s"') % escaped_tag %>
-<%= link_to image_tag('icons-mime/rss-feed.png', :alt => _('Feed for this tag'), :title => _('Feed for this tag')), tag_feed_path, :class => 'blog-feed-link'%>
+<%= link_to image_tag('/images/icons-mime/rss-feed.png', :alt => _('Feed for this tag'), :title => _('Feed for this tag')), tag_feed_path, :class => 'blog-feed-link'%>
<% cache_timeout(@tag_cache_key, 4.hour) do %>
--
libgit2 0.21.2