Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-11 16:55:32 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-11 16:55:32 +0300
commit1bbe1cea919d174b9bc1bdd39e6235ffadcccb50 (patch)
tree7f9a14f50a1304d0f470584ae3e8bbebc7971d18 /doc/README.md
parenta3169d522a0db269770141a1b30c3df5acee82f3 (diff)
Move health check docs under user/admin_area/monitoring
[ci skip]
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 04f713a6c5f..effd92b43df 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -48,7 +48,7 @@
- [Git LFS configuration](workflow/lfs/lfs_administration.md)
- [Housekeeping](administration/housekeeping.md) Keep your Git repository tidy and fast.
- [GitLab Performance Monitoring](administration/monitoring/performance/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics.
-- [Monitoring uptime](administration/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.
- [Debugging Tips](administration/troubleshooting/debug.md) Tips to debug problems when things go wrong
- [Sidekiq Troubleshooting](administration/troubleshooting/sidekiq.md) Debug when Sidekiq appears hung and is not processing jobs.
- [High Availability](administration/high_availability/README.md) Configure multiple servers for scaling or high availability.