From 1b2c2de8b26f4fc7661d1140651918dedf1fa545 Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Wed, 28 Dec 2016 10:54:59 -0800 Subject: [PATCH] update link to user reports --- app/views/static/site_map.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 1d5a7fbc5..1e6ce1e4b 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -63,7 +63,7 @@
  • <%= link_to("Contributors", reports_contributors_path) %>
  • <%= link_to("Janitor Trials", reports_janitor_trials_path) %>
  • <%= link_to("Uploads", reports_uploads_path) %>
  • -
  • <%= link_to("Performance Reports", "https://isshiki.donmai.us/reports") %>
  • +
  • <%= link_to("Performance Reports", "https://isshiki.donmai.us/user-reports") %>
  • <% if Danbooru.config.reportbooru_server %>
  • <%= link_to("Top Searches", searches_explore_posts_path) %>
  • <%= link_to("Missed Searches", missed_searches_explore_posts_path) %>