summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis Freyd <regis@gitlab.com>2017-04-07 13:41:11 -0400
committerRémy Coutable <remy@rymai.me>2017-04-14 15:20:55 +0200
commita67b6b38948df3b4028d343e87f87558b66fdbf6 (patch)
treeed4dd104b36491b2d7d8430c011879f9212ecbf2
parent800baa426d3b7872ccdeff27e98a46206de315df (diff)
downloadgitlab-ce-a67b6b38948df3b4028d343e87f87558b66fdbf6.tar.gz
Add missing links in the documentation
-rw-r--r--doc/user/admin_area/settings/usage_statistics.md2
-rw-r--r--doc/user/admin_area/user_cohorts.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/admin_area/settings/usage_statistics.md b/doc/user/admin_area/settings/usage_statistics.md
index 0f43e51e75a..5108f52c49e 100644
--- a/doc/user/admin_area/settings/usage_statistics.md
+++ b/doc/user/admin_area/settings/usage_statistics.md
@@ -26,7 +26,7 @@ for all signed in users.
> [Introduced][ee-557] in GitLab Enterprise Edition 8.10. More statistics
[were added][ee-735] in GitLab Enterprise Edition
-8.12. [Introduced to GitLab Community Edition][ce-23361] in 9.1.
+8.12. [Moved to GitLab Community Edition][ce-23361] in 9.1.
GitLab Inc. can collect non-sensitive information about how GitLab users
use their GitLab instance upon the activation of a ping feature
diff --git a/doc/user/admin_area/user_cohorts.md b/doc/user/admin_area/user_cohorts.md
index 81e9711375f..1671487bc8c 100644
--- a/doc/user/admin_area/user_cohorts.md
+++ b/doc/user/admin_area/user_cohorts.md
@@ -5,8 +5,8 @@
As a benefit of having the [usage ping active](settings/usage_statistics.md),
GitLab lets you analyze the users' activities of your GitLab installation.
-Under [LINK], when the usage ping is active, GitLab will show the monthly
-cohorts of new users and their activities over time.
+Under `/admin/cohorts`, when the usage ping is active, GitLab will show the
+monthly cohorts of new users and their activities over time.
How do we read the user cohorts table? Let's take an example with the following
user cohorts.
@@ -24,7 +24,7 @@ How do we measure the activity of users? GitLab considers a user active if:
### Setup
-1. Activate the usage ping as defined in [LINK]
-2. Go to [LINK] to see the user cohorts of the server
+1. Activate the usage ping as defined [in the documentation](settings/usage_statistics.md)
+2. Go to `/admin/cohorts` to see the user cohorts of the server
[ce-23361]: https://gitlab.com/gitlab-org/gitlab-ce/issues/23361