diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-12-14 18:24:42 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-12-14 18:24:42 +0000 |
commit | c234913e226ed0997c122d767746458ef12dafc2 (patch) | |
tree | 6ac869a54767a5f40549e481c6949cf1b82a02dc /doc/development/performance.md | |
parent | 2c3e6f42cfbb031b18060cd3f1d2c6e655250b4e (diff) | |
download | gitlab-ce-c234913e226ed0997c122d767746458ef12dafc2.tar.gz |
Docs: add indexes for monitoring and performance monitoring
Diffstat (limited to 'doc/development/performance.md')
-rw-r--r-- | doc/development/performance.md | 2 |
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 |