diff --git a/web/app/views/clients/_footer.html.erb b/web/app/views/clients/_footer.html.erb
index fdbcf9b0a..5ac12e675 100644
--- a/web/app/views/clients/_footer.html.erb
+++ b/web/app/views/clients/_footer.html.erb
@@ -1,7 +1,7 @@
<% [:twitter, :facebook, :google].each do |src| %>
- <%= link_to(image_tag("http://www.jamkazam.com/assets/content/icon_#{src}.png", :style => "vertical-align:top"), "/endorse/0/#{src}") %>
+ <%= link_to(image_tag("content/icon_#{src}.png", :style => "vertical-align:top"), "/endorse/0/#{src}") %>
<% end %>