Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-10-24 02:21:00 +0300
committerEvan Read <eread@gitlab.com>2022-10-24 02:21:00 +0300
commit6c7fdf3d008ad9572f8a63d18ef9c4c32483445f (patch)
tree806f54547929057c61c767b16b7ac6890fc7503a /doc
parent1bd23ca522dc9fdc79374c6aa1bcf117a731805c (diff)
Change reference to GitLab to refer to the company, not the SaaS site
Diffstat (limited to 'doc')
-rw-r--r--doc/PROCESS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROCESS.md b/doc/PROCESS.md
index f88e8c60e..31c28b036 100644
--- a/doc/PROCESS.md
+++ b/doc/PROCESS.md
@@ -255,7 +255,7 @@ a rewrite of Ruby code in Go.
As we deploy the Ruby code might be in the middle of auto-restarting,
so we could remove its code before the Go code has a chance to update
with its default, and would still want to call it. So therefore you
-need to do any such removal in two GitLab.com release cycles.
+need to do any such removal in two GitLab release cycles.
See the example of [MR !3033][example-on-by-default-mr] and [MR !3056][example-post-go-ruby-code-removal-mr] for how to
do such a two-phase removal.