diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2018-02-21 15:52:41 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-02-21 15:52:41 +0000 |
commit | 56d7a7353ec6a6d1dd26d762be1e720e62c41e7b (patch) | |
tree | 1d1085f84ec38176d1443ab8eaf9edd1c2c4d3f9 /doc | |
parent | 1df01bb742bf8f651b928a9c7e80e9e80034f0cf (diff) | |
download | gitlab-ce-56d7a7353ec6a6d1dd26d762be1e720e62c41e7b.tar.gz |
fix docs link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/monitoring/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/monitoring/index.md b/doc/administration/monitoring/index.md index d6333ee62b4..b6320aba83e 100644 --- a/doc/administration/monitoring/index.md +++ b/doc/administration/monitoring/index.md @@ -5,5 +5,5 @@ Explore our features to monitor your GitLab instance: - [Performance monitoring](performance/index.md): GitLab Performance Monitoring makes it possible to measure a wide variety of statistics of your instance. - [Prometheus](prometheus/index.md): Prometheus is a powerful time-series monitoring service, providing a flexible platform for monitoring GitLab and other software products. - [GitHub imports](github_imports.md): Monitor the health and progress of GitLab's GitHub importer with various Prometheus metrics. -- [Monitoring uptime](../user/admin_area/monitoring/health_check.md): Check the server status using the health check endpoint. +- [Monitoring uptime](../../user/admin_area/monitoring/health_check.md): Check the server status using the health check endpoint. - [IP whitelists](ip_whitelist.md): Configure GitLab for monitoring endpoints that provide health check information when probed. |