summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-04-07 20:34:06 +0100
committerRémy Coutable <remy@rymai.me>2017-04-14 15:20:55 +0200
commit00e9568e140165edcc091bd6729393cdeaac642b (patch)
treedc9cd2bb977b959992eb1e52629df54f198982d0
parentf17f60405eb5ae9b0091abf566b332ff08267145 (diff)
downloadgitlab-ce-00e9568e140165edcc091bd6729393cdeaac642b.tar.gz
Fix doc links
-rw-r--r--app/views/admin/cohorts/_cohorts_table.html.haml2
-rw-r--r--app/views/admin/cohorts/index.html.haml2
-rw-r--r--doc/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/cohorts/_cohorts_table.html.haml b/app/views/admin/cohorts/_cohorts_table.html.haml
index c3b37bcf8ec..701a4e62b39 100644
--- a/app/views/admin/cohorts/_cohorts_table.html.haml
+++ b/app/views/admin/cohorts/_cohorts_table.html.haml
@@ -3,7 +3,7 @@
User cohorts are shown for the last #{@cohorts[:months_included]}
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'
+ = link_to icon('question-circle'), help_page_path('user/admin_area/user_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 cd8e29926eb..46fe12a5a99 100644
--- a/app/views/admin/cohorts/index.html.haml
+++ b/app/views/admin/cohorts/index.html.haml
@@ -9,7 +9,7 @@
.bs-callout.bs-callout-warning.clearfix
%p
User cohorts are only shown when the
- = link_to 'usage ping', help_page_path('administration/usage_ping_and_cohorts', anchor: 'usage-ping'), target: '_blank'
+ = link_to 'usage ping', help_page_path('user/admin_area/usage_statistics'), target: '_blank'
is enabled. To enable it and see user cohorts,
visit
= succeed '.' do
diff --git a/doc/README.md b/doc/README.md
index c2414b5f478..5deb8a49e54 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -73,7 +73,7 @@ All technical content published by GitLab lives in the documentation, including:
- [Sidekiq Troubleshooting](administration/troubleshooting/sidekiq.md) Debug when Sidekiq appears hung and is not processing jobs.
- [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
- [Update](update/README.md) Update guides to upgrade your installation.
-- [Usage ping and cohorts](administration/usage_ping_cohorts.md) Usage ping and cohorts
+- [User cohorts](user/admin_area/user_cohorts.md) View user activity over time.
- [Web terminals](administration/integration/terminal.md) Provide terminal access to environments from within GitLab.
- [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.