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:
Diffstat (limited to 'doc/development/gitaly.md')
-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 592fc13873b..792ddeed201 100644
--- a/doc/development/gitaly.md
+++ b/doc/development/gitaly.md
@@ -81,7 +81,7 @@ While Gitaly can handle all Git access, many of GitLab customers still
run Gitaly atop NFS. The legacy Rugged implementation for Git calls may
be faster than the Gitaly RPC due to N+1 Gitaly calls and other
reasons. See [the
-issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/57317) for more
+issue](https://gitlab.com/gitlab-org/gitlab-foss/issues/57317) for more
details.
Until GitLab has eliminated most of these inefficiencies or the use of