summaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorFrank Sauerburger <frank@sauerburger.com>2018-07-29 18:13:59 +0200
committerFrank Sauerburger <frank@sauerburger.com>2018-07-29 18:21:03 +0200
commit40034f14b1df4e74665fbd6db7f246dd0f37c7a5 (patch)
tree6fd2b84f9b081e618cb216e5842e86faf5e9e647 /doc/README.md
parent87f03f01735fb4b6dbef2e4bf625cf2546523a4e (diff)
downloadgitlab-ce-40034f14b1df4e74665fbd6db7f246dd0f37c7a5.tar.gz
Fix link to Cycle Analytics in help
The link to "GitLab Cycle Analytics" pointed to /user/project/cycle_analytics.md and not /help/user/project/cycle_analytics.md. This is caused by an issue with the markdown renderer. This temporary fix corrects the link by inserting a line break.
Diffstat (limited to 'doc/README.md')
-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