diff --git a/app/views/admin/cohorts/_cohorts_table.html.haml b/app/views/admin/cohorts/_cohorts_table.html.haml
index a322ea9e5db6bdc0284a86d4bf3c97c619d26fd0..38795583a8c1435c0ef205e7695b7bf216f621a6 100644
--- a/app/views/admin/cohorts/_cohorts_table.html.haml
+++ b/app/views/admin/cohorts/_cohorts_table.html.haml
@@ -3,6 +3,7 @@
     User cohorts are shown for the last twelve months. Only users with
     activity are counted in the cohort total; inactive users are counted
     separately.
+    = link_to icon('question-circle'), help_page_path('administration/usage_ping_and_cohorts', anchor: 'cohorts'), title: 'About this feature', target: '_blank'
 
 .table-holder
   %table.table
diff --git a/app/views/admin/cohorts/index.html.haml b/app/views/admin/cohorts/index.html.haml
index dddcbd834f7853f2d0e9874ade7ad1ea5f0eb033..d7305db49cc497ff00edff7b72034e0ee340e2a9 100644
--- a/app/views/admin/cohorts/index.html.haml
+++ b/app/views/admin/cohorts/index.html.haml
@@ -9,8 +9,8 @@
     .bs-callout.bs-callout-warning.clearfix
       %p
         User cohorts are only shown when the
-        = link_to 'usage ping', help_page_path('user/admin_area/settings/usage_statistics', anchor: 'usage-data')
-        usage ping is enabled. It is currently disabled. To enable it and see
-        user cohorts, visit
+        = link_to 'usage ping', help_page_path('administration/usage_ping_and_cohorts', anchor: 'usage-ping'), target: '_blank'
+        is enabled. It is currently disabled. To enable it and see user cohorts,
+        visit
         = succeed '.' do
           = link_to 'application settings', admin_application_settings_path(anchor: 'usage-statistics')