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:
authorMarcia Ramos <virtua.creative@gmail.com>2017-12-14 21:24:42 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-12-14 21:24:42 +0300
commitc234913e226ed0997c122d767746458ef12dafc2 (patch)
tree6ac869a54767a5f40549e481c6949cf1b82a02dc /doc/development/performance.md
parent2c3e6f42cfbb031b18060cd3f1d2c6e655250b4e (diff)
Docs: add indexes for monitoring and performance monitoring
Diffstat (limited to 'doc/development/performance.md')
-rw-r--r--doc/development/performance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/performance.md b/doc/development/performance.md
index 04419650b12..e7c5a6ca07a 100644
--- a/doc/development/performance.md
+++ b/doc/development/performance.md
@@ -37,7 +37,7 @@ graphs/dashboards.
GitLab provides built-in tools to aid the process of improving performance:
* [Sherlock](profiling.md#sherlock)
-* [GitLab Performance Monitoring](../administration/monitoring/performance/introduction.md)
+* [GitLab Performance Monitoring](../administration/monitoring/performance/index.md)
* [Request Profiling](../administration/monitoring/performance/request_profiling.md)
* [QueryRecoder](query_recorder.md) for preventing `N+1` regressions