From 00dc0653d97b7d91ddbbe0d6b7701388bf17ae86 Mon Sep 17 00:00:00 2001 From: Simon Street <sstreet@gitlab.com> Date: Fri, 25 Oct 2024 17:29:58 +0000 Subject: [PATCH] Clarify direct transfers are only disabled on GitLab.com --- doc/user/group/import/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/group/import/index.md b/doc/user/group/import/index.md index 2578f24ebaedd..73d59cc89f971 100644 --- a/doc/user/group/import/index.md +++ b/doc/user/group/import/index.md @@ -22,7 +22,7 @@ You can migrate GitLab groups: - Between groups in the same GitLab instance. WARNING: -Migrating GitLab groups and projects by using direct transfer is [currently unavailable](https://status.gitlab.com). We don't have an +Migrating GitLab.com groups and projects by using direct transfer is [currently unavailable](https://status.gitlab.com). We don't have an estimated time for resolution. For more information, please [contact support](https://about.gitlab.com/support/). Migration by direct transfer creates a new copy of the group. If you want to move groups instead of copying groups, you -- GitLab