summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-07-30 16:34:21 +0000
committerRémy Coutable <remy@rymai.me>2018-07-30 16:34:21 +0000
commit5b6553a0810f65d79c648aca9dba254644a293fb (patch)
tree2de7738f2b6e9a551f705ca60a2c4f07849d4a3c /doc
parent6f240d7b0c73560ebd7cec141a042c3840c475cf (diff)
parent40034f14b1df4e74665fbd6db7f246dd0f37c7a5 (diff)
downloadgitlab-ce-5b6553a0810f65d79c648aca9dba254644a293fb.tar.gz
Merge branch 'fix-cycle-analytics-link-doc' into 'master'
Fix link to Cycle Analytics in help Closes #49729 See merge request gitlab-org/gitlab-ce!20895
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 32924942497..a814c787f94 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -177,7 +177,8 @@ instant how code changes impact your production environment.
- [Prometheus metrics](user/project/integrations/prometheus_library/metrics.md): Let Prometheus collect metrics from various services, like Kubernetes, NGINX, NGINX ingress controller, HAProxy, and Amazon Cloud Watch.
- [GitLab Performance Monitoring](administration/monitoring/performance/index.md): Use InfluxDB and Grafana to monitor the performance of your GitLab instance (will be eventually replaced by Prometheus).
- [Health check](user/admin_area/monitoring/health_check.md): GitLab provides liveness and readiness probes to indicate service health and reachability to required services.
-- [GitLab Cycle Analytics](user/project/cycle_analytics.md): Cycle Analytics measures the time it takes to go from an [idea to production](https://about.gitlab.com/2016/08/05/continuous-integration-delivery-and-deployment-with-gitlab/#from-idea-to-production-with-gitlab) for each project you have.
+- [GitLab Cycle Analytics](user/project/cycle_analytics.md): Cycle Analytics measures the time it takes to go from an
+ [idea to production](https://about.gitlab.com/2016/08/05/continuous-integration-delivery-and-deployment-with-gitlab/#from-idea-to-production-with-gitlab) for each project you have.
## Getting started with GitLab