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
path: root/doc
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-04-09 19:34:11 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-04-09 19:34:11 +0300
commit61ab1f7364b1ea44984a67bb6ea0f5a2b7a353c8 (patch)
tree82252d55131bebe2d7b250b0231f37b61d4941fe /doc
parent7d351a24258af028998a8c0e7bed749239a255c8 (diff)
parent469844c4f926c408cda4cb5b2a08dfd14a2c3997 (diff)
Merge branch 'docs-zj-update-n-plus-one-comments' into 'master'
Update comments about N + 1 Gitaly calls See merge request gitlab-org/gitlab-ce!27178
Diffstat (limited to 'doc')
-rw-r--r--doc/development/gitaly.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md
index f8cf2a7fdc6..bfde26dbe4a 100644
--- a/doc/development/gitaly.md
+++ b/doc/development/gitaly.md
@@ -6,7 +6,7 @@ Workhorse and GitLab-Shell.
## Beginner's guide
Start by reading the gitaly repository's
-[Beginner's guide to Gitaly contributions](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/beginners_guide.md).
+[Beginner's guide to Gitaly contributions](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/beginners_guide.md).
It describes how to setup gitaly, the various components of gitaly and what they do, and how to run its test suites.
## Developing new Git features