diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-06-05 17:16:36 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-06-05 17:16:36 +0000 |
commit | d308cfb7a184cba05ef6bb9d1befd2ed51d3b4b1 (patch) | |
tree | b1958520ff7725bf936cc036670a0652cf14559d | |
parent | f7ec4df5f07335730018e67ce4ef23560d7225b6 (diff) | |
parent | 3a300ba92cb2adbff1473e1b1290c031fb198b68 (diff) | |
download | gitlab-ce-d308cfb7a184cba05ef6bb9d1befd2ed51d3b4b1.tar.gz |
Merge branch 'vzagorodny-fix-broken-link-insights-default-config-ce' into 'master'
[CE backport] Fix broken link to default insights config in docs
See merge request gitlab-org/gitlab-ce!29190
-rw-r--r-- | doc/user/group/insights/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/group/insights/index.md b/doc/user/group/insights/index.md index 427b474ca39..83c284dce7a 100644 --- a/doc/user/group/insights/index.md +++ b/doc/user/group/insights/index.md @@ -28,7 +28,7 @@ the project that holds your `.gitlab/insights.yml` configuration file:  If no configuration was set, a [default configuration file]( -https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/fixtures/insights/ee/fixtures/insights/default.yml) +https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/fixtures/insights/default.yml) will be used. See the [Project's Insights documentation](../../project/insights/index.md) for |