diff options
author | Stan Hu <stanhu@gmail.com> | 2018-08-24 12:21:09 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-08-24 12:21:09 +0000 |
commit | 5846c02dea6f57c1e4fb2a05ba1251177a6856f2 (patch) | |
tree | bec1cb204d430017d1b6fcc7f8784c8f48165ab8 | |
parent | 33a242e9ddb3da55604df737051386ecb9961e84 (diff) | |
parent | 9bc960c87138f329ab06232e28873315c473c863 (diff) | |
download | gitlab-ce-5846c02dea6f57c1e4fb2a05ba1251177a6856f2.tar.gz |
Merge branch 'patch-28' into 'master'
Add link to Profiling doc to README
See merge request gitlab-org/gitlab-ce!21345
-rw-r--r-- | doc/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index ee9a9852205..20f8fa1d368 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -54,6 +54,7 @@ description: 'Learn how to contribute to GitLab.' - [Performance guidelines](performance.md) - [Merge request performance guidelines](merge_request_performance_guidelines.md) for ensuring merge requests do not negatively impact GitLab performance +- [Profiling](profiling.md) for profiling a URL ## Database guides |