diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb
index 76698c237..080880015 100644
--- a/app/views/static/site_map.html.erb
+++ b/app/views/static/site_map.html.erb
@@ -72,7 +72,7 @@
<% unless CurrentUser.nil? %>
<%= link_to("Profile", user_path(CurrentUser.user)) %>
<% end %>
- <%= link_to("Feedback", user_feedback_index_path) %>
+ <%= link_to("Feedback", user_feedbacks_path) %>
<%= link_to("Settings", edit_user_path(CurrentUser.user)) %>
<%= link_to("Signup", new_user_path) %>
<%= link_to("Terms of Service", terms_of_service_path) %>